We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4362c commit a426df9Copy full SHA for a426df9
tests/test_repack.py
@@ -911,6 +911,8 @@ def test_registry_table_sync_strategy_upgrade(connection: _psycopg.Connection) -
911
assert "sync_strategy" in columns
912
assert "change_log_trigger" in columns
913
assert "change_log" in columns
914
+ assert "change_log_function" in columns
915
+ assert "change_log_copy_function" in columns
916
917
918
def test_when_user_changes_existing_sync_strategy(
0 commit comments