mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-26 23:34:10 +02:00
mysql-migrations/upgrade_68: oops, forgot a file
This commit is contained in:
parent
ab5bc8035d
commit
402d2a7f53
6
schema/mysql-migrations/upgrade_68.sql
Normal file
6
schema/mysql-migrations/upgrade_68.sql
Normal 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user