mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-04 14:22:26 -04:00
5 lines
172 B
SQL
5 lines
172 B
SQL
ALTER TABLE icinga_command_argument ADD required enum_boolean DEFAULT NULL;
|
|
|
|
INSERT INTO director_schema_migration
|
|
(schema_version, migration_time)
|
|
VALUES (89, NOW());
|