summary refs log tree commit diff
path: root/synapse/storage/schema/delta/16 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* drop tables listed in #1830 (#4992)Neil Johnson2019-04-081-8/+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 TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ↵Erik Johnston2015-04-281-10/+10
| | | | for a limit
* Add unique index to room_aliases, remove duplicates on upgrade. Convert some ↵Erik Johnston2015-04-172-0/+11
| | | | columns back to TEXT from bytea
* Remove mysql/maria supportErik Johnston2015-04-151-1/+1
|
* Change full_schemas/11 to work with postgresErik Johnston2015-04-151-1/+4
|
* 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
|
* Remove duplicate rowsErik Johnston2015-04-101-0/+9
|
* DROP indexes before recreating themErik Johnston2015-04-101-0/+8
|
* Use unsigned bigintErik Johnston2015-04-101-4/+4
|
* Update full_schemas/16 to match delta files. Add delta/16 scriptsErik Johnston2015-04-103-0/+122