summary refs log tree commit diff
path: root/scripts-dev/make_full_schema.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove conflicting sqlite tables that are "reserved" (shadow fts4 tables) ↵Eric Eastwood2021-02-101-0/+11
| | | | | | | (#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
* Add dev script to generate full SQL schema files (#6394)Andrew Morgan2019-12-111-0/+184