Skip to content

Commit 020f31a

Browse files
drop unused column
1 parent 5624336 commit 020f31a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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
@@ -25,3 +25,6 @@ CALL `cloud_usage`.`IDEMPOTENT_ADD_COLUMN`('cloud_usage.usage_event','vm_id', 'b
2525

2626
-- Add vm_id column to cloud_usage.usage_volume table
2727
CALL `cloud_usage`.`IDEMPOTENT_ADD_COLUMN`('cloud_usage.usage_volume','vm_id', 'bigint UNSIGNED NULL COMMENT "VM ID associated with the volume usage"');
28+
29+
-- Drops the unused "backup_interval_type" column of the "cloud.backups" table
30+
ALTER TABLE `cloud`.`backups` DROP COLUMN `backup_interval_type`;

0 commit comments

Comments
 (0)