summary refs log tree commit diff
path: root/synapse/storage/schema/delta/14 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move storage classes into a main "data store".Erik Johnston2019-10-211-23/+0
| | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage.
* drop tables listed in #1830 (#4992)Neil Johnson2019-04-081-42/+0
| | | | | | | | | | | | | | | Tables dropped: * application_services, * application_services_regex, * transaction_id_to_pdu, * stats_reporting * current_state_resets * event_content_hashes * event_destinations * event_edge_hashes * event_signatures * feedback * room_hosts * state_forward_extremities
* Use simplejson throughoutRichard van der Hoff2018-03-291-1/+2
| | | | Let's use simplejson rather than json, for consistency.
* Don't require config to create databaseErik Johnston2016-04-061-1/+5
|
* copyrightsMatthew Hodgson2016-01-072-2/+2
|
* Add script to (re)convert the pushers table to changing the unique key. Also ↵David Baker2015-06-041-1/+1
| | | | give the python db upgrade scripts the database engine so they can convert parameter strings, and add *args **kwargs to the upgrade function so we can add more args in future and previous scripts will ignore them.
* Copyright noticesMark Haines2015-04-242-0/+28
|
* Schema change as delta in v14David Baker2015-03-061-0/+9
|
* Change to use logger in db upgrade scriptErik Johnston2015-03-041-1/+4
|
* SYN-67: Finish up implementing new database schema managementErik Johnston2015-03-041-0/+20