mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04:12 +02:00
Fix schema migration from CREATE to ALTER TABLE
This commit is contained in:
parent
0d014fed52
commit
c88f6f2393
@ -1,4 +1,4 @@
|
|||||||
CREATE TABLE icinga_scheduled_downtime
|
ALTER TABLE icinga_scheduled_downtime
|
||||||
ADD COLUMN with_services enum_boolean NULL DEFAULT NULL;
|
ADD COLUMN with_services enum_boolean NULL DEFAULT NULL;
|
||||||
|
|
||||||
INSERT INTO director_schema_migration
|
INSERT INTO director_schema_migration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user