mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
mysql/upgrade_27: drop, duplicate of upgrade_21
This commit is contained in:
parent
8f74020b92
commit
4cd862a9b0
@ -1,14 +0,0 @@
|
|||||||
DROP TABLE director_datalist_value;
|
|
||||||
|
|
||||||
CREATE TABLE director_datalist_entry (
|
|
||||||
list_id INT(10) UNSIGNED NOT NULL,
|
|
||||||
entry_name VARCHAR(255) DEFAULT NULL,
|
|
||||||
entry_value TEXT DEFAULT NULL,
|
|
||||||
format enum ('string', 'expression', 'json'),
|
|
||||||
PRIMARY KEY (list_id, entry_name),
|
|
||||||
CONSTRAINT director_datalist_value_datalist
|
|
||||||
FOREIGN KEY datalist (list_id)
|
|
||||||
REFERENCES director_datalist (id)
|
|
||||||
ON DELETE CASCADE
|
|
||||||
ON UPDATE CASCADE
|
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
|
Loading…
x
Reference in New Issue
Block a user