mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Merge pull request #353 from matrix-org/daniel/oops
Remove accidentally added ID column
This commit is contained in:
commit
5335bf9c34
@ -18,7 +18,6 @@
|
|||||||
* so that we can join on them in SELECT statements.
|
* so that we can join on them in SELECT statements.
|
||||||
*/
|
*/
|
||||||
CREATE TABLE IF NOT EXISTS history_visibility(
|
CREATE TABLE IF NOT EXISTS history_visibility(
|
||||||
id INTEGER PRIMARY KEY,
|
|
||||||
event_id TEXT NOT NULL,
|
event_id TEXT NOT NULL,
|
||||||
room_id TEXT NOT NULL,
|
room_id TEXT NOT NULL,
|
||||||
history_visibility TEXT NOT NULL,
|
history_visibility TEXT NOT NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user