mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-04-03 13:45:35 -04:00
Remove accidentally added ID column
This commit is contained in:
parent
0da4b11efb
commit
f2c4ee41b9
@ -18,7 +18,6 @@
|
||||
* so that we can join on them in SELECT statements.
|
||||
*/
|
||||
CREATE TABLE IF NOT EXISTS history_visibility(
|
||||
id INTEGER PRIMARY KEY,
|
||||
event_id TEXT NOT NULL,
|
||||
room_id TEXT NOT NULL,
|
||||
history_visibility TEXT NOT NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user