mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-12 16:34:26 +02:00
10 lines
239 B
SQL
10 lines
239 B
SQL
ALTER TABLE director_job
|
|
MODIFY last_error_message TEXT DEFAULT NULL;
|
|
|
|
ALTER TABLE sync_rule
|
|
MODIFY last_error_message TEXT DEFAULT NULL;
|
|
|
|
INSERT INTO director_schema_migration
|
|
(schema_version, migration_time)
|
|
VALUES (107, NOW());
|