summary refs log tree commit diff
path: root/synapse/storage/schema/schema_version.sql (follow)
Commit message (Expand)AuthorAgeFilesLines
* DB schema interface for password auth providersRichard van der Hoff2017-10-311-0/+7
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ...Erik Johnston2015-04-281-1/+1
* Add support for postgres instead of mysql. Change sql accourdingly. blob + va...Erik Johnston2015-04-141-8/+6
* Fix unicode supportErik Johnston2015-04-021-1/+1
* Update schema to work with mariadbErik Johnston2015-03-181-8/+7
* s/schema_deltas/applied_schema_deltas/Erik Johnston2015-03-041-2/+2
* Add unique constraint on schema_version.lock schema. Use conflict clause in sql.Erik Johnston2015-03-041-1/+2
* SYN-67: Finish up implementing new database schema managementErik Johnston2015-03-041-0/+29