summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/schema (follow)
Commit message (Expand)AuthorAgeFilesLines
* Backgroud update to clean out rooms from current state (#6802)Erik Johnston2020-01-301-0/+19
* Detect unknown remote devices and mark cache as stale (#6776)Erik Johnston2020-01-281-0/+25
* Add `rooms.room_version` column (#6729)Erik Johnston2020-01-271-0/+24
* Fix syntax error in run_upgrade for schema 57 (#6728)Satsuki Yanagi2020-01-171-3/+4
* Add `local_current_membership` table (#6655)Erik Johnston2020-01-151-0/+97
* Add a background update to clear tombstoned rooms from the directory (#6648)Richard van der Hoff2020-01-071-0/+18
* Split state groups into a separate data store (#6296)Erik Johnston2019-12-209-198/+0
* Add delta file to fix missing default table data (#6555)Andrew Morgan2019-12-182-0/+21
* Automatically delete empty groups/communities (#6453)Werner Sembach2019-12-161-0/+29
* Add dev script to generate full SQL schema files (#6394)Andrew Morgan2019-12-112-19/+13
* Drop unused indexErik Johnston2019-12-103-5/+18
* Only start censor background job after indices are createdErik Johnston2019-12-101-2/+2
* Fix support for SQLite 3.7.Erik Johnston2019-12-092-2/+6
* Merge pull request #6451 from matrix-org/uhoreg/cross_signing_signatures_indexErik Johnston2019-12-042-1/+24
|\
| * apply changes from reviewHubert Chathi2019-12-031-1/+2
| * make cross signing signature index non-uniqueHubert Chathi2019-12-022-1/+23
* | Add ephemeral messages support (MSC2228) (#6409)Brendan Abolivier2019-12-031-0/+21
|/
* add etag and count to key backup endpoints (#5858)Hubert Chathi2019-11-271-0/+17
* Merge branch 'develop' into babolivier/message_retentionBrendan Abolivier2019-11-261-0/+17
|\
| * MSC2326: Add background update to take previous events into accountBrendan Abolivier2019-11-041-0/+17
* | Implement per-room message retention policiesBrendan Abolivier2019-11-041-0/+33
|/
* Merge pull request #6301 from matrix-org/babolivier/msc2326Brendan Abolivier2019-11-011-0/+30
|\
| * Incorporate reviewBrendan Abolivier2019-11-011-0/+6
| * Update synapse/storage/data_stores/main/schema/delta/56/event_labels.sqlBrendan Abolivier2019-11-011-1/+1
| * Add more data to the event_labels table and fix the indexesBrendan Abolivier2019-11-011-1/+3
| * Add index on labelBrendan Abolivier2019-10-301-1/+3
| * Add database table for keeping track of labels on eventsBrendan Abolivier2019-10-291-0/+20
* | fix hidden field in devices table for older sqliteHubert Chathi2019-10-311-0/+42
|/
* delete keys when deleting backupsHubert Chathi2019-10-241-0/+25
* Move schema delta files to the correct data store.Erik Johnston2019-10-242-0/+73
* Delete background_update table creation in main data_storeErik Johnston2019-10-221-21/+0
* Move storage classes into a main "data store".Erik Johnston2019-10-21189-0/+8124