summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/schema (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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