Skip to content

Commit 6983934

Browse files
docs: --singleton-table DDL strategy flag (#1881)
* docs: --singleton-table DDL strategy flag Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> * Update content/en/docs/22.0/user-guides/schema-changes/ddl-strategy-flags.md Co-authored-by: Matt Lord <mattalord@gmail.com> Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> * pending vs running Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> --------- Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> Co-authored-by: Matt Lord <mattalord@gmail.com>
1 parent 8392e05 commit 6983934

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/docs/22.0/user-guides/schema-changes/ddl-strategy-flags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Vitess respects the following flags. They can be combined unless specifically in
4747

4848
It does not make sense to combine `--singleton` and `--singleton-context`.
4949

50+
- `--singleton-table`: reject a new submission for a table or view which already has a pending migration.
51+
5052
## Pass-through flags
5153

5254
Flags unrecognized by Vitess are passed on to the underlying schema change tools. For example, a `gh-ost` migration can run with:

0 commit comments

Comments
 (0)