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 f69e83b8..1bfddcff 100755 --- a/bin/reproducible_db_maintenance.py +++ b/bin/reproducible_db_maintenance.py @@ -361,7 +361,7 @@ schema_updates = { architecture TEXT NOT NULL, PRIMARY KEY (name, suite, architecture))''', 'INSERT INTO rb_schema VALUES ("11", "' + now + '")'], - 12: [ # refactor the artifacts handling, splitting artifacts savind from + 12: [ # refactor the artifacts handling, splitting artifacts saving from # IRC notification 'ALTER TABLE schedule ADD COLUMN notify TEXT', 'INSERT INTO rb_schema VALUES ("12", "' + now + '")'], |