summary refs log tree commit diff
path: root/synapse/storage/schema/full_schemas/16 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add unique index to room_aliases, remove duplicates on upgrade. Convert some ...Erik Johnston2015-04-173-2/+6
* 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 ORDE...Erik Johnston2015-04-151-0/+1
* Rename user_ips.user -> user_idErik Johnston2015-04-141-3/+3
* Add support for postgres instead of mysql. Change sql accourdingly. blob + va...Erik Johnston2015-04-1412-97/+97
* 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