mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +02:00
schema/mysql.sql: fix typo
Thanks @dgoetz!
This commit is contained in:
parent
749f035971
commit
8d1cd64b64
@ -105,7 +105,7 @@ CREATE TABLE director_datalist (
|
||||
|
||||
CREATE TABLE director_datalist_entry (
|
||||
list_id INT(10) UNSIGNED NOT NULL,
|
||||
entry_name VARCHAR(255) COLLATE utf8_bin NOT NULL;
|
||||
entry_name VARCHAR(255) COLLATE utf8_bin NOT NULL,
|
||||
entry_value TEXT DEFAULT NULL,
|
||||
format enum ('string', 'expression', 'json'),
|
||||
PRIMARY KEY (list_id, entry_name),
|
||||
|
Loading…
x
Reference in New Issue
Block a user