mirror of
https://github.com/matrix-org/synapse.git
synced 2025-12-09 11:21:36 +01:00
Include database bump in upgrade script
This commit is contained in:
parent
ef5a141050
commit
bab1e790ae
@ -38,6 +38,8 @@ CREATE TABLE IF NOT EXISTS event_json(
|
|||||||
|
|
||||||
CREATE INDEX IF NOT EXISTS event_json_id ON event_json(event_id);
|
CREATE INDEX IF NOT EXISTS event_json_id ON event_json(event_id);
|
||||||
CREATE INDEX IF NOT EXISTS event_json_room_id ON event_json(room_id);
|
CREATE INDEX IF NOT EXISTS event_json_room_id ON event_json(room_id);
|
||||||
|
|
||||||
|
PRAGMA user_version = 10;
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user