summary refs log tree commit diff
path: root/synapse/storage/schema/full_schemas/11/im.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-32/+32
* Go back to storing JSON in TEXTErik Johnston2015-04-161-4/+4
* Change full_schemas/11 to work with postgresErik Johnston2015-04-151-25/+25
* Use LONGBLOB and TEXT for arbitary length rowsErik Johnston2015-04-101-6/+6
* Use unsigned bigintErik Johnston2015-04-101-2/+2
* SQLite wants INTEGER and not BIGINT for primary keysErik Johnston2015-04-101-1/+1
* Revert non-trivial schema changes and move them to a new schema version.Erik Johnston2015-04-101-10/+9
* Remove spurious spacesErik Johnston2015-04-091-9/+9
* Fix unicode supportErik Johnston2015-04-021-34/+34
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-011-9/+9
* Remove redundant keyErik Johnston2015-03-191-1/+0
* Fix up schemas to work with mariadbErik Johnston2015-03-191-14/+14
* Update schema to work with mariadbErik Johnston2015-03-181-49/+49
* Actually add full_schemas dirErik Johnston2015-03-041-0/+125