We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16970c6 commit ddb7fecCopy full SHA for ddb7fec
1 file changed
engine/schema/src/main/resources/META-INF/db/schema-42200to42210.sql
@@ -38,3 +38,6 @@ UPDATE `cloud`.`vm_template` SET guest_os_id = 99 WHERE name = 'kvm-default-vm-i
38
39
-- Update existing vm_template records with NULL type to "USER"
40
UPDATE `cloud`.`vm_template` SET `type` = 'USER' WHERE `type` IS NULL;
41
+
42
+-- Drops the unused "backup_interval_type" column of the "cloud.backups" table
43
+ALTER TABLE `cloud`.`backups` DROP COLUMN `backup_interval_type`;
0 commit comments