Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update links to schema doc (#10620) | Richard van der Hoff | 2021-08-17 | 1 | -1/+1 |
| | |||||
* | Support for database schema version ranges (#9933) | Richard van der Hoff | 2021-06-11 | 1 | -35/+2 |
| | | | This is essentially an implementation of the proposal made at https://hackmd.io/@richvdh/BJYXQMQHO, though the details have ended up looking slightly different. | ||||
* | Reorganise the database schema directories (#9932) | Richard van der Hoff | 2021-05-07 | 1 | -0/+37 |
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. |