Skip to content

Commit

Permalink
pg-cdc old syntax: Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Jan 10, 2025
1 parent 769f822 commit d031421
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/pg-cdc-old-syntax/alter-source.td
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ tb subsource
# If your schema change breaks the subsource, you can fix it.
$ postgres-execute connection=postgres://postgres:postgres@postgres
ALTER TABLE table_a DROP COLUMN f2;
INSERT INTO table_a VALUES (3);

! SELECT * FROM table_a;
contains:incompatible schema change
Expand Down

0 comments on commit d031421

Please sign in to comment.