summary refs log tree commit diff
path: root/synapse/storage/schema/delta/20 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run Black. (#5482)Amber Brown2019-06-201-7/+15
|
* Don't require config to create databaseErik Johnston2016-04-061-1/+5
|
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Add a dummy.sql into delta/20 as pip isn't packinging the pushers.pyErik Johnston2015-06-131-0/+1
|
* pep8David Baker2015-06-041-1/+0
|
* Add script to (re)convert the pushers table to changing the unique key. Also ↵David Baker2015-06-041-0/+77
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.