summary refs log tree commit diff
path: root/synapse/storage/schema/delta/13 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ...Erik Johnston2015-04-281-5/+5
* Use unsigned bigintErik Johnston2015-04-101-1/+1
* SQLite wants INTEGER and not BIGINT for primary keysErik Johnston2015-04-101-2/+2
* Revert non-trivial changes to upgrade scriptsErik Johnston2015-04-101-2/+2
* Remove spurious spacesErik Johnston2015-04-091-2/+2
* Fix unicode supportErik Johnston2015-04-021-5/+5
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-011-2/+2
* Fix up schemas to work with mariadbErik Johnston2015-03-191-5/+5
* Update schema to work with mariadbErik Johnston2015-03-181-11/+8
* SYN-67: Finish up implementing new database schema managementErik Johnston2015-03-041-0/+34