Fix schema migration from CREATE to ALTER TABLE

This commit is contained in:
Nicolai 2019-04-15 10:10:04 +02:00 committed by GitHub
parent 0d014fed52
commit c88f6f2393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CREATE TABLE icinga_scheduled_downtime
ALTER TABLE icinga_scheduled_downtime
ADD COLUMN with_services enum_boolean NULL DEFAULT NULL;
INSERT INTO director_schema_migration