summary refs log tree commit diff
path: root/synapse/storage/schema/delta/13 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move storage classes into a main "data store".Erik Johnston2019-10-211-19/+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-16/+4
| | | | | | | | | | | | | | | 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
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ↵Erik Johnston2015-04-281-5/+5
| | | | for a limit
* Use unsigned bigintErik Johnston2015-04-101-1/+1
|
* SQLite wants INTEGER and not BIGINT for primary keysErik Johnston2015-04-101-2/+2
|
* Revert non-trivial changes to upgrade scriptsErik Johnston2015-04-101-2/+2
|
* Remove spurious spacesErik Johnston2015-04-091-2/+2
|
* Fix unicode supportErik Johnston2015-04-021-5/+5
|
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-011-2/+2
|
* Fix up schemas to work with mariadbErik Johnston2015-03-191-5/+5
|
* Update schema to work with mariadbErik Johnston2015-03-181-11/+8
|
* SYN-67: Finish up implementing new database schema managementErik Johnston2015-03-041-0/+34