mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-08 02:05:19 -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 = (
|
SQLITE_TABLE = (
|
||||||
"CREATE VIRTUAL TABLE IF NOT EXISTS event_search"
|
"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