mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-08 15:27:54 -05:00
Merge pull request #338 from matrix-org/daniel/fixdb
Add missing column
This commit is contained in:
commit
3eb62873f6
@ -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…
Reference in New Issue
Block a user