[Store] Fix table name
This commit is contained in:
parent
3d28b71250
commit
4a0822799d
|
@ -509,7 +509,7 @@ class Store {
|
||||||
'UNIQUE(type,room_id))',
|
'UNIQUE(type,room_id))',
|
||||||
|
|
||||||
/// The database scheme for room states.
|
/// The database scheme for room states.
|
||||||
'Presence': 'CREATE TABLE IF NOT EXISTS Presence(' +
|
'Presences': 'CREATE TABLE IF NOT EXISTS Presences(' +
|
||||||
'type TEXT PRIMARY KEY, ' +
|
'type TEXT PRIMARY KEY, ' +
|
||||||
'sender TEXT, ' +
|
'sender TEXT, ' +
|
||||||
'content TEXT, ' +
|
'content TEXT, ' +
|
||||||
|
|
Loading…
Reference in a new issue