This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix postgres schema after dropping old tables (#16730)
- Loading branch information
David Robertson
authored
Dec 5, 2023
1 parent
51e4e35
commit 0bb8e41
Showing
6 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
1 change: 0 additions & 1 deletion
1
synapse/storage/schema/main/delta/83/10_replica_identity_batch_events.sql.postgres
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
synapse/storage/schema/main/delta/83/10_replica_identity_event_txn_id.sql.postgres
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
synapse/storage/schema/main/delta/83/10_replica_identity_insertion_event_edges.sql.postgres
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...storage/schema/main/delta/83/10_replica_identity_insertion_event_extremities.sql.postgres
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
synapse/storage/schema/main/delta/83/10_replica_identity_insertion_events.sql.postgres
This file was deleted.
Oops, something went wrong.