mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
6 lines
173 B
SQL
6 lines
173 B
SQL
ALTER TABLE import_row_modifier
|
|
ADD COLUMN description text DEFAULT NULL;
|
|
|
|
INSERT INTO director_schema_migration
|
|
(schema_version, migration_time)
|
|
VALUES (138, NOW());
|