summary refs log tree commit diff
path: root/synapse/storage/schema/main/delta/31/pushers.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add type hints to schema deltas (#15497)Patrick Cloke2023-04-271-86/+0
| | | | | | | | | | Cleans-up the schema delta files: * Removes no-op functions. * Adds missing type hints to function parameters. * Fixes any issues with type hints. This also renames one (very old) schema delta to avoid a conflict that mypy complains about.
* Reorganise the database schema directories (#9932)Richard van der Hoff2021-05-071-0/+86
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.