summary refs log tree commit diff
path: root/synapse/storage/schema/state/full_schemas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove old full schema dumps. (#16697)Patrick Cloke2023-11-282-58/+0
| | | | These are not useful and make it difficult to search for table definitions, etc.
* Snapshot schema 72 (#13873)David Robertson2022-09-262-0/+50
| | | Including another batch of fixes to the schema dump script
* Reorganise the database schema directories (#9932)Richard van der Hoff2021-05-072-0/+58
The hope here is that by moving all the schema files into synapse/storage/schema, it gets a bit easier for newcomers to navigate. It certainly got easier for me to write a helpful README. There's more to do on that front, but I'll follow up with other PRs for that.