summary refs log tree commit diff
path: root/scripts/synapse_port_db (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of flake8 errorsRichard van der Hoff2018-10-241-1/+2
* Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on...Amber Brown2018-10-201-150/+122
* Replace some type checks with six type checksAdrian Tschira2018-04-071-1/+3
* Port script: Set up state_group_id_seqRichard van der Hoff2018-04-061-0/+13
* Port script: clean up a bitRichard van der Hoff2018-04-061-25/+29
* Port script: avoid nasty errors when setting upRichard van der Hoff2018-04-061-8/+6
* Less s'sErik Johnston2017-11-141-2/+2
* Add new boolean columns to port scriptErik Johnston2017-11-141-0/+7
* Make the port script drop NUL values in all tablesDavid Baker2017-10-311-7/+19
* Add groups table to BOOLEAN_COLUMNS in synapse_port_dbLuke Barnard2017-10-261-0/+1
* Fix port scriptErik Johnston2017-10-261-0/+1
* Drop search values with nul charactersRichard van der Hoff2017-10-021-4/+7
* Extend commentErik Johnston2017-07-201-1/+2
* Fix port script for user directory tablesErik Johnston2017-07-201-0/+18
* add missing boolean to synapse_port_dbMatthew2017-06-161-0/+1
* fix synapse_port scriptMatthew2017-06-161-1/+1
* Don't assume postgres tables are in the public schema during db portJohn Kristensen2017-03-171-3/+1
* Fix typoKevin Liu2017-02-111-1/+1
* Fix synapse_port_db failure (fixes #1902)Kevin Liu2017-02-111-0/+1
* Update port script with recently added tablesErik Johnston2016-09-271-0/+9
* Allow upgrading from old port_from_sqlite3 formatErik Johnston2016-08-041-0/+21
* Handle the fact that some tables have negative rowid rowsErik Johnston2016-08-041-43/+111
* Update port scriptErik Johnston2016-04-221-42/+81
* Don't require config to create databaseErik Johnston2016-04-061-8/+5
* Mark AS users with their AS's IDDaniel Wagner-Hall2016-02-111-2/+7
* copyrightsMatthew Hodgson2016-01-071-1/+1
* SpellingErik Johnston2015-11-191-1/+1
* Fix database port script to work with new event_search tableErik Johnston2015-11-181-11/+44
* Remove unused _execute_and_decode from scripts/synapse_port_dbMark Haines2015-09-231-2/+0
* Merge branch 'master' into developMark Haines2015-09-071-6/+9
|\
| * Make port script handle empty sent_transactions tableErik Johnston2015-09-021-6/+9
* | update logger to match new ambiguous script name...Matthew Hodgson2015-09-031-1/+1
|/
* Clean up scripts/Erik Johnston2015-08-271-0/+760