summary refs log tree commit diff
path: root/synapse/storage/schema/main/delta/78 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-235-0/+5
* Update license headersPatrick Cloke2023-11-215-50/+80
* Bump DB version to 79 since synapse v1.88 was already there (#15998)Mathieu Velten2023-07-265-377/+0
* Fix bad merge of #15933 (#15958)Erik Johnston2023-07-192-0/+134
* Fix race in triggers for read/write locks. (#15933)Erik Johnston2023-07-192-98/+0
* Fix background schema updates failing over a large upgrade gap (#15887)Shay2023-07-181-0/+70
* Fix downgrading to previous version of Synapse (#15907)Erik Johnston2023-07-101-2/+8
* Add basic read/write lock (#15782)Erik Johnston2023-07-052-0/+271
* Add foreign key constraint to `event_forward_extremities`. (#15751)Erik Johnston2023-07-051-0/+51
* Fix sqlite `user_filters` upgrade (#15817)Shay2023-06-273-3/+91
* `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro...Shay2023-06-022-0/+187