Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add type hints to schema deltas (#15497) | Patrick Cloke | 2023-04-27 | 1 | -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 Hoff | 2021-05-07 | 1 | -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. |