Skip to content

Commit

Permalink
sync cobradocs to latest release branches (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Mason authored Sep 29, 2023
1 parent 862c506 commit d5e0bfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 439 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: ApplySchema
series: vtctldclient
commit: b2d7604e4e0728329314500c182c3192cee74510
---
## vtctldclient ApplySchema

Expand Down Expand Up @@ -35,7 +36,6 @@ vtctldclient ApplySchema [--ddl-strategy <strategy>] [--uuid <uuid> ...] [--migr
--ddl-strategy string Online DDL strategy, compatible with @@ddl_strategy session variable (examples: 'gh-ost', 'pt-osc', 'gh-ost --max-load=Threads_running=100'. (default "direct")
-h, --help help for ApplySchema
--migration-context string For Online DDL, optionally supply a custom unique string used as context for the migration(s) in this command. By default a unique context is auto-generated by Vitess.
--skip-preflight Deprecated and has no effect.
--sql stringArray Semicolon-delimited, repeatable SQL commands to apply. Exactly one of --sql|--sql-file is required.
--sql-file string Path to a file containing semicolon-delimited SQL commands to apply. Exactly one of --sql|--sql-file is required.
--uuid strings Optional, comma-delimited, repeatable, explicit UUIDs for migration. If given, must match number of DDL changes.
Expand Down
Loading

0 comments on commit d5e0bfa

Please sign in to comment.