mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-01 01:04:57 -05: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…
x
Reference in New Issue
Block a user