Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request vitessio#6178 from planetscale/morgo-fix-local-dro…
Browse files Browse the repository at this point in the history
…p-sources

Change local example to use DropSources
  • Loading branch information
morgo authored May 13, 2020
2 parents 86a00a7 + b7f97a3 commit 250dcc1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/local/205_clean_commerce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,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='{}'
vtctlclient DropSources customer.commerce2customer

0 comments on commit 250dcc1

Please sign in to comment.