Include database bump in upgrade script

pull/28/head
Erik Johnston 2014-12-16 13:58:38 +00:00
parent ef5a141050
commit bab1e790ae
1 changed files with 2 additions and 0 deletions

View File

@ -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_room_id ON event_json(room_id);
PRAGMA user_version = 10;
"""