summary refs log tree commit diff
path: root/synapse/storage/schema/schema_version.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganise the database schema directories (#9932)Richard van der Hoff2021-05-071-34/+0
| | | | | The hope here is that by moving all the schema files into synapse/storage/schema, it gets a bit easier for newcomers to navigate. It certainly got easier for me to write a helpful README. There's more to do on that front, but I'll follow up with other PRs for that.
* DB schema interface for password auth providersRichard van der Hoff2017-10-311-0/+7
| | | | | Provide an interface by which password auth providers can register db schema files to be run at startup
* 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
| | | | for a limit
* Add support for postgres instead of mysql. Change sql accourdingly. blob + ↵Erik Johnston2015-04-141-8/+6
| | | | varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS.
* 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