summary refs log tree commit diff
path: root/synapse/storage/schema/full_schemas/11 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add comment to schemaErik Johnston2019-03-081-0/+2
* Drop sent_transactionsAaron Raimist2018-12-011-19/+0
* copyrightsMatthew Hodgson2016-01-0712-12/+12
* Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ...Erik Johnston2015-04-2812-121/+121
* Add unique index to room_aliases, remove duplicates on upgrade. Convert some ...Erik Johnston2015-04-172-2/+2
* Go back to storing JSON in TEXTErik Johnston2015-04-161-4/+4
* Change full_schemas/11 to work with postgresErik Johnston2015-04-1510-80/+80
* Use LONGBLOB and TEXT for arbitary length rowsErik Johnston2015-04-104-14/+14
* Use unsigned bigintErik Johnston2015-04-107-14/+14
* SQLite wants INTEGER and not BIGINT for primary keysErik Johnston2015-04-103-4/+4
* Fix schema againErik Johnston2015-04-102-3/+3
* Revert non-trivial schema changes and move them to a new schema version.Erik Johnston2015-04-107-27/+19
* Remove spurious spacesErik Johnston2015-04-0912-43/+43
* Don't use multiple UNIQUE constraints; it will cause deadlocksErik Johnston2015-04-072-6/+8
* Fix unicode supportErik Johnston2015-04-0212-128/+126
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-0112-48/+48
* Fix unicode database supportErik Johnston2015-03-253-3/+2
* Fix up schemas some moreErik Johnston2015-03-202-2/+2
* Remove redundant keyErik Johnston2015-03-191-1/+0
* Fix up schemas to work with mariadbErik Johnston2015-03-1912-69/+67
* Update schema to work with mariadbErik Johnston2015-03-1812-208/+184
* Actually add full_schemas dirErik Johnston2015-03-0412-0/+645