Skip to content

Commit

Permalink
Drop commerce tables explicitly after they are moved to the customer …
Browse files Browse the repository at this point in the history
…keyspace

Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps committed Apr 24, 2020
1 parent 228e6fe commit cf34126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/local/205_clean_commerce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ source ./env.sh
vtctlclient SetShardTabletControl -blacklisted_tables=customer,corder -remove commerce/0 rdonly
vtctlclient SetShardTabletControl -blacklisted_tables=customer,corder -remove commerce/0 replica
vtctlclient SetShardTabletControl -blacklisted_tables=customer,corder -remove commerce/0 master
vtctlclient ApplySchema -sql-file drop_commerce_tables.sql commerce
vtctlclient ApplyRoutingRules -rules='{}'

0 comments on commit cf34126

Please sign in to comment.