diff --git a/content/en/docs/19.0/reference/programs/vtctldclient/vtctldclient_MoveTables_create.md b/content/en/docs/19.0/reference/programs/vtctldclient/vtctldclient_MoveTables_create.md index 90c83d781..d7b85f6a9 100644 --- a/content/en/docs/19.0/reference/programs/vtctldclient/vtctldclient_MoveTables_create.md +++ b/content/en/docs/19.0/reference/programs/vtctldclient/vtctldclient_MoveTables_create.md @@ -1,7 +1,7 @@ --- title: MoveTables create series: vtctldclient -commit: aae0a6e125d00bd272c2c3f1c1f804e3669ac398 +commit: dd4f9d2cad6f644ffc40064409bb94ffdf478c15 --- ## vtctldclient MoveTables create @@ -20,6 +20,7 @@ vtctldclient --server localhost:15999 movetables --workflow commerce2customer -- ### Options ``` + --additional-filter string Additional filter to apply to the tables being copied in addition to the default filter. -a, --all-cells Copy table data from any existing cell. --all-tables Copy all tables from the source. --atomic-copy (EXPERIMENTAL) A single copy phase is run for all tables from the source. Use this, for example, if your source keyspace has tables which use foreign key constraints.