mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
8 lines
283 B
MySQL
8 lines
283 B
MySQL
|
|
ALTER TABLE icinga_command ALTER COLUMN command TYPE text;
|
||
|
|
ALTER TABLE icinga_command ALTER COLUMN command DROP DEFAULT;
|
||
|
|
ALTER TABLE icinga_command ALTER COLUMN command SET DEFAULT NULL;
|
||
|
|
|
||
|
|
INSERT INTO director_schema_migration
|
||
|
|
(schema_version, migration_time)
|
||
|
|
VALUES (83, NOW());
|