mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Add missing column
This commit is contained in:
parent
0f432ba551
commit
621e84d9a0
@ -55,7 +55,7 @@ CREATE INDEX event_search_ev_ridx ON event_search(room_id);
|
||||
|
||||
SQLITE_TABLE = (
|
||||
"CREATE VIRTUAL TABLE IF NOT EXISTS event_search"
|
||||
" USING fts4 ( event_id, room_id, key, value )"
|
||||
" USING fts4 ( event_id, room_id, sender, key, value )"
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user