summary refs log tree commit diff
path: root/synapse/storage/schema/delta/14 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use simplejson throughoutRichard van der Hoff2018-03-291-1/+2
| | | | Let's use simplejson rather than json, for consistency.
* Don't require config to create databaseErik Johnston2016-04-061-1/+5
|
* copyrightsMatthew Hodgson2016-01-072-2/+2
|
* Add script to (re)convert the pushers table to changing the unique key. Also ↵David Baker2015-06-041-1/+1
| | | | give the python db upgrade scripts the database engine so they can convert parameter strings, and add *args **kwargs to the upgrade function so we can add more args in future and previous scripts will ignore them.
* Copyright noticesMark Haines2015-04-242-0/+28
|
* Schema change as delta in v14David Baker2015-03-061-0/+9
|
* Change to use logger in db upgrade scriptErik Johnston2015-03-041-1/+4
|
* SYN-67: Finish up implementing new database schema managementErik Johnston2015-03-041-0/+20