summary refs log tree commit diff
path: root/synapse/storage/schema/full_schemas/16 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move storage classes into a main "data store".Erik Johnston2019-10-2114-662/+0
| | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage.
* Remove unused server_tls_certificates functions (#5028)Richard van der Hoff2019-04-081-8/+3
| | | | These have been unused since #4120, and with the demise of perspectives, it is unlikely that they will ever be used again.
* drop tables listed in #1830 (#4992)Neil Johnson2019-04-085-78/+17
| | | | | | | | | | | | | | | 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
* Remove presence lists (#4989)Neil Johnson2019-04-031-10/+2
| | | Remove presence list support as per MSC 1819
* Drop sent_transactionsAaron Raimist2018-12-011-19/+0
| | | | Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Create the column nullableRichard van der Hoff2018-07-261-1/+6
| | | | | There's no real point in ever making the column non-nullable, and doing so breaks the sytests.
* comment on event_edgesRichard van der Hoff2018-07-261-1/+2
|
* copyrightsMatthew Hodgson2016-01-0714-14/+14
|
* pushers table requires an access_tokenErik Johnston2015-04-291-0/+1
|
* Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ↵Erik Johnston2015-04-2814-139/+139
| | | | for a limit
* Add unique index to room_aliases, remove duplicates on upgrade. Convert some ↵Erik Johnston2015-04-173-2/+6
| | | | columns back to TEXT from bytea
* Go back to storing JSON in TEXTErik Johnston2015-04-162-5/+5
|
* Change full_schemas/11 to work with postgresErik Johnston2015-04-152-3/+6
|
* Add index on events (topological_ordering, stream_ordering) to help with ↵Erik Johnston2015-04-151-0/+1
| | | | ORDER BY clauses
* Rename user_ips.user -> user_idErik Johnston2015-04-141-3/+3
|
* Add support for postgres instead of mysql. Change sql accourdingly. blob + ↵Erik Johnston2015-04-1412-97/+97
| | | | varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS.
* For backwards compat, make state_groups.id have a type of int, not varcharErik Johnston2015-04-131-1/+1
|
* DROP indexes before recreating themErik Johnston2015-04-101-1/+1
|
* Use LONGBLOB and TEXT for arbitary length rowsErik Johnston2015-04-106-17/+17
|
* Use unsigned bigintErik Johnston2015-04-109-27/+27
|
* Update full_schemas/16 to match delta files. Add delta/16 scriptsErik Johnston2015-04-103-0/+123
|
* Revert non-trivial schema changes and move them to a new schema version.Erik Johnston2015-04-1012-0/+617