summary refs log tree commit diff
path: root/synapse/storage/schema/full_schemas/11/transactions.sql (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ...Erik Johnston2015-04-281-8/+8
* Add unique index to room_aliases, remove duplicates on upgrade. Convert some ...Erik Johnston2015-04-171-1/+1
* Change full_schemas/11 to work with postgresErik Johnston2015-04-151-12/+12
* Use LONGBLOB and TEXT for arbitary length rowsErik Johnston2015-04-101-2/+2
* Use unsigned bigintErik Johnston2015-04-101-3/+3
* SQLite wants INTEGER and not BIGINT for primary keysErik Johnston2015-04-101-1/+1
* Fix schema againErik Johnston2015-04-101-2/+2
* Revert non-trivial schema changes and move them to a new schema version.Erik Johnston2015-04-101-2/+2
* Remove spurious spacesErik Johnston2015-04-091-4/+4
* Fix unicode supportErik Johnston2015-04-021-8/+8
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-011-4/+4
* Fix unicode database supportErik Johnston2015-03-251-1/+0
* Fix up schemas some moreErik Johnston2015-03-201-1/+1
* Fix up schemas to work with mariadbErik Johnston2015-03-191-7/+7
* Update schema to work with mariadbErik Johnston2015-03-181-18/+14
* Actually add full_schemas dirErik Johnston2015-03-041-0/+68