summary refs log tree commit diff
path: root/synapse/storage/schema/delta/12 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ...Erik Johnston2015-04-281-9/+9
* Use LONGBLOB and TEXT for arbitary length rowsErik Johnston2015-04-101-2/+2
* Use unsigned bigintErik Johnston2015-04-101-4/+4
* 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-4/+4
* Fix unicode supportErik Johnston2015-04-021-9/+9
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-011-4/+4
* Fix up schemas some moreErik Johnston2015-03-201-1/+1
* Fix up schemas to work with mariadbErik Johnston2015-03-191-8/+8
* Update schema to work with mariadbErik Johnston2015-03-181-26/+22
* SYN-67: Finish up implementing new database schema managementErik Johnston2015-03-041-0/+67