Skip to content

Commit a426df9

Browse files
committed
fixup! Update Registry table to record strategy update
1 parent 9b4362c commit a426df9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_repack.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,8 @@ def test_registry_table_sync_strategy_upgrade(connection: _psycopg.Connection) -
911911
assert "sync_strategy" in columns
912912
assert "change_log_trigger" in columns
913913
assert "change_log" in columns
914+
assert "change_log_function" in columns
915+
assert "change_log_copy_function" in columns
914916

915917

916918
def test_when_user_changes_existing_sync_strategy(

0 commit comments

Comments
 (0)