synapse/changelog.d/9003.misc
Eric Eastwood 80d6dc9783
Remove conflicting sqlite tables that are "reserved" (shadow fts4 tables) (#9003)
Remove conflicting sqlite tables that throw sqlite3.OperationalError: object name reserved for internal use: event_search_content when running the twisted unit tests.

Fix #8996
2021-02-10 20:12:57 +00:00

2 lines
83 B
Plaintext

Fix 'object name reserved for internal use' errors with recent versions of SQLite.