Skip to content

Commit 112958a

Browse files
committed
Added db update
1 parent 1dc6efe commit 112958a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

engine/schema/src/main/resources/META-INF/db/schema-41200to41300.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,3 +540,6 @@ CREATE TABLE `cloud`.`template_ovf_properties` (
540540
-- Add VM snapshot ID on usage helper tables
541541
ALTER TABLE `cloud_usage`.`usage_vmsnapshot` ADD COLUMN `vm_snapshot_id` BIGINT(20) NULL DEFAULT NULL AFTER `processed`;
542542
ALTER TABLE `cloud_usage`.`usage_snapshot_on_primary` ADD COLUMN `vm_snapshot_id` BIGINT(20) NULL DEFAULT NULL AFTER `deleted`;
543+
544+
-- Change global setting name for nfs minor version enhancement
545+
UPDATE `cloud`.`configuration` SET `name`='secstorage.nfs.major.version', `description`='Enforces specific NFS major version when mounting Secondary Storage. If NULL default selection is performed' WHERE `name`='secstorage.nfs.version';

0 commit comments

Comments
 (0)