mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
schema/mysql: larger import_source_setting
This commit is contained in:
parent
1ffc032e26
commit
fbc6adcab1
1
schema/mysql-changes/upgrade_32.sql
Normal file
1
schema/mysql-changes/upgrade_32.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE import_source_setting MODIFY setting_value TEXT DEFAULT NULL;
|
@ -814,7 +814,7 @@ CREATE TABLE import_source (
|
||||
CREATE TABLE import_source_setting (
|
||||
source_id INT(10) UNSIGNED NOT NULL,
|
||||
setting_name VARCHAR(64) NOT NULL,
|
||||
setting_value VARCHAR(255) NOT NULL,
|
||||
setting_value TEXT NOT NULL,
|
||||
PRIMARY KEY (source_id, setting_name),
|
||||
CONSTRAINT import_source_settings_source
|
||||
FOREIGN KEY source (source_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user