mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-12 16:34:26 +02:00
7 lines
183 B
SQL
7 lines
183 B
SQL
ALTER TABLE director_datalist_entry
|
|
ADD COLUMN allowed_roles VARCHAR(255) DEFAULT NULL;
|
|
|
|
INSERT INTO director_schema_migration
|
|
(schema_version, migration_time)
|
|
VALUES (136, NOW());
|