Skip to content

Commit

Permalink
Fix YCQL index table workflow in docs (#23774)
Browse files Browse the repository at this point in the history
  • Loading branch information
iSignal authored Sep 3, 2024
1 parent 5012632 commit cccb1e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Perform DDL operations in the order as shown in the following table. The order v
| :-- | :----- | :----- | :----- |
| CREATE TABLE | Execute on Source | Execute on Target | [Add table to replication](#add-a-table-to-replication) |
| DROP TABLE | [Remove table from replication](#remove-a-table-from-replication) | Execute on Target | Execute on Source |
| CREATE INDEX | Execute on Source | Execute on Target | [Reconcile configuration](#reconcile-configuration) |
| CREATE INDEX | Execute on Source | Execute on Target | [Restart replication for the main table](../xcluster-replication-setup/#restart-replication) |
| DROP INDEX | [Remove index table from replication](#remove-a-table-from-replication) | Execute on Target | Execute on Source |
| ALTER TABLE or INDEX | Execute on Target | Execute on Source | No changes needed |

Expand Down

0 comments on commit cccb1e1

Please sign in to comment.