mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-26 23:34:10 +02:00
parent
f000059ab3
commit
0b36b39cf7
1
schema/mysql-changes/upgrade_62.sql
Normal file
1
schema/mysql-changes/upgrade_62.sql
Normal file
@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE icinga_command MODIFY command TEXT DEFAULT NULL;
|
@ -236,7 +236,7 @@ CREATE TABLE icinga_command (
|
|||||||
id INT(10) UNSIGNED AUTO_INCREMENT NOT NULL,
|
id INT(10) UNSIGNED AUTO_INCREMENT NOT NULL,
|
||||||
object_name VARCHAR(255) NOT NULL,
|
object_name VARCHAR(255) NOT NULL,
|
||||||
methods_execute VARCHAR(64) DEFAULT NULL,
|
methods_execute VARCHAR(64) DEFAULT NULL,
|
||||||
command VARCHAR(255) DEFAULT NULL,
|
command TEXT DEFAULT NULL,
|
||||||
-- env text DEFAULT NULL,
|
-- env text DEFAULT NULL,
|
||||||
-- vars text DEFAULT NULL,
|
-- vars text DEFAULT NULL,
|
||||||
timeout SMALLINT UNSIGNED DEFAULT NULL,
|
timeout SMALLINT UNSIGNED DEFAULT NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user