summary refs log tree commit diff
path: root/synapse/storage/schema/delta/16 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move storage classes into a main "data store".Erik Johnston2019-10-216-146/+0
* drop tables listed in #1830 (#4992)Neil Johnson2019-04-081-8/+0
* Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ...Erik Johnston2015-04-281-10/+10
* Add unique index to room_aliases, remove duplicates on upgrade. Convert some ...Erik Johnston2015-04-172-0/+11
* 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 ORDE...Erik Johnston2015-04-151-0/+1
* 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