Skip to content

Commit ddb7fec

Browse files
drop unused column
1 parent 16970c6 commit ddb7fec

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

engine/schema/src/main/resources/META-INF/db/schema-42200to42210.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ UPDATE `cloud`.`vm_template` SET guest_os_id = 99 WHERE name = 'kvm-default-vm-i
3838

3939
-- Update existing vm_template records with NULL type to "USER"
4040
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

Comments
 (0)