mysql-migrations/upgrade_68: oops, forgot a file

This commit is contained in:
Thomas Gelf 2016-02-24 11:36:49 +01:00
parent ab5bc8035d
commit 402d2a7f53
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
ALTER TABLE sync_run MODIFY duration_ms INT(10) UNSIGNED DEFAULT NULL;
INSERT INTO director_schema_migration
SET migration_time = NOW(),
schema_version = 68;