We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c83842 commit c9a55c8Copy full SHA for c9a55c8
engine/schema/src/main/resources/META-INF/db/schema-42210to42300.sql
@@ -144,7 +144,7 @@ CREATE TABLE IF NOT EXISTS `cloud`.`image_transfer`(
144
`domain_id` bigint unsigned NOT NULL COMMENT 'Domain ID',
145
`data_center_id` bigint unsigned NOT NULL COMMENT 'Data Center ID',
146
`backup_id` bigint unsigned COMMENT 'Backup ID',
147
- `disk_id` bigint unsigned NOT NULL COMMENT 'Disk/Volume ID',
+ `volume_id` bigint unsigned NOT NULL COMMENT 'Volume ID',
148
`host_id` bigint unsigned NOT NULL COMMENT 'Host ID',
149
`transfer_url` varchar(255) COMMENT 'ImageIO transfer URL',
150
`file` varchar(255) COMMENT 'File for the file backend',
0 commit comments