diff options
-rwxr-xr-x | bin/reproducible_db_maintenance.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_db_maintenance.py b/bin/reproducible_db_maintenance.py index 5cf776be..7ed20338 100755 --- a/bin/reproducible_db_maintenance.py +++ b/bin/reproducible_db_maintenance.py @@ -213,7 +213,7 @@ schema_updates = { build_date TEXT NOT NULL, build_duration TEXT NOT NULL, UNIQUE (name, version, suite, architecture, build_date))''', - 'INSERT INTO rb_schema VALUES ("2", "' + now + '")'] + 'INSERT INTO rb_schema VALUES ("2", "' + now + '")'], 3: [ # add columns to stats_bugs for new usertag umask '''ALTER TABLE stats_bugs ADD COLUMN open_umask INTEGER''', '''ALTER TABLE stats_bugs ADD COLUMN done_umask INTEGER''', |