Fix up typos and correct sql queries

This commit is contained in:
Erik Johnston 2014-08-14 18:40:50 +01:00
parent 7e681ad778
commit 2c46bb6208
6 changed files with 36 additions and 44 deletions

View file

@ -30,9 +30,9 @@ CREATE TABLE IF NOT EXISTS state_events(
prev_state TEXT
);
CREATE TABLE IF NOT EXISTS current_state(
CREATE TABLE IF NOT EXISTS current_state_events(
event_id TEXT NOT NULL,
room_id TEXT NOT NULL,
room_id TEXT NOT NULL
);
CREATE TABLE IF NOT EXISTS room_memberships(