summary refs log tree commit diff
path: root/synapse/storage/schema/full_schemas/11/users.sql (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use unsigned bigintErik Johnston2015-04-101-3/+3
* SQLite wants INTEGER and not BIGINT for primary keysErik Johnston2015-04-101-2/+2
* Fix schema againErik Johnston2015-04-101-1/+1
* Revert non-trivial schema changes and move them to a new schema version.Erik Johnston2015-04-101-2/+3
* Remove spurious spacesErik Johnston2015-04-091-3/+3
* Don't use multiple UNIQUE constraints; it will cause deadlocksErik Johnston2015-04-071-2/+2
* Fix unicode supportErik Johnston2015-04-021-10/+10
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-011-5/+5
* Fix up schemas to work with mariadbErik Johnston2015-03-191-10/+8
* Update schema to work with mariadbErik Johnston2015-03-181-15/+14
* Actually add full_schemas dirErik Johnston2015-03-041-0/+45