From ebf7c06713eab976f6c20ce91a5a31f4ef755f8b Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:42:49 +0000 Subject: [PATCH] Generate cobradocs preview against planetscale/vitess:rohit/movetables-filter --- .../programs/vtctldclient/vtctldclient_MoveTables_create.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 d51d2a867..5a6b671c0 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: 3d3c86e85f4bf63e4e94ebbd3909fda3a838f517 +commit: de4ac2b7c9578accfa8dc7a373fb882fbd40413d --- ## 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.