From 0bb8e418a41c6f583ca9d705b400e37e2308a534 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 5 Dec 2023 11:08:40 +0000 Subject: Fix postgres schema after dropping old tables (#16730) --- changelog.d/16730.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/16730.misc (limited to 'changelog.d') diff --git a/changelog.d/16730.misc b/changelog.d/16730.misc new file mode 100644 index 0000000000..baee042f2f --- /dev/null +++ b/changelog.d/16730.misc @@ -0,0 +1 @@ +Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one. This should allow use of Postgres logical replication. \ No newline at end of file -- cgit 1.4.1