summary refs log tree commit diff
path: root/synapse/storage/schema/main/delta/79 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump DB version to 79 since synapse v1.88 was already there (#15998)Mathieu Velten2023-07-265-0/+378
|
* Fix bad merge of #15933 (#15958)Erik Johnston2023-07-192-134/+0
| | | This was because we reverted the bump of the schema version, so we were not applying the new deltas.
* Fix race in triggers for read/write locks. (#15933)Erik Johnston2023-07-192-0/+134
|
* Revert "Stop writing to column `user_id` of tables `profiles` and ↵Shay2023-07-182-104/+0
| | | | | | | | | `user_filters`. (#15953) * Revert "Stop writing to column `user_id` of tables `profiles` and `user_filters` (#15787)" This reverts commit f25b0f88081bb436bef914983cff7087b54eba5f. * newsfragement
* Stop writing to column `user_id` of tables `profiles` and `user_filters` ↵Shay2023-07-072-0/+104
(#15787)