From 672903f429f1785e2de8c067024618c35bef534a Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:27:43 +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 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.