mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 15:01:23 +01:00
Merge pull request #353 from matrix-org/daniel/oops
Remove accidentally added ID column
This commit is contained in:
commit
5335bf9c34
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue