schema/mysql: forgot to raise migration version

This commit is contained in:
Thomas Gelf 2016-03-06 00:38:26 +01:00
parent 4ce452333a
commit f76ca5fe0d
1 changed files with 1 additions and 1 deletions

View File

@ -1215,4 +1215,4 @@ CREATE TABLE sync_run (
INSERT INTO director_schema_migration
SET migration_time = NOW(),
schema_version = 78;
schema_version = 82;