summary refs log tree commit diff
path: root/synapse/storage/schema/common/delta (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-213-0/+57
|
* Revert "Fix test not detecting tables with missing primary keys and missing ↵Erik Johnston2023-11-161-30/+0
| | | | | replica identities, then add more replica identities. (#16647)" (#16652) This reverts commit 830988ae72d63bbb67d2020a3f221664f3f456ee.
* Fix test not detecting tables with missing primary keys and missing replica ↵reivilibre2023-11-161-0/+30
| | | | | | | | | | | | | | | identities, then add more replica identities. (#16647) * Fix the CI query that did not detect all cases of missing primary keys * Add more missing REPLICA IDENTITY entries * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
* Reorganise the database schema directories (#9932)Richard van der Hoff2021-05-073-0/+57
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.