You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine/schema/src/main/resources/META-INF/db/schema-42210to42300.sql
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,3 +49,6 @@ CREATE TABLE IF NOT EXISTS `cloud`.`webhook_filter` (
49
49
INDEX `i_webhook_filter__webhook_id`(`webhook_id`),
50
50
CONSTRAINT`fk_webhook_filter__webhook_id`FOREIGN KEY(`webhook_id`) REFERENCES`webhook`(`id`) ON DELETE CASCADE
51
51
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
52
+
53
+
-- Update configuration 'kvm.ssh.to.agent' description and is_dynamic fields
54
+
UPDATE`cloud`.`configuration`SET description ='True if the management server will restart the agent service via SSH into the KVM hosts after or during maintenance operations', is_dynamic =1WHERE name ='kvm.ssh.to.agent';
0 commit comments