Skip to content

Commit 1eaf6fa

Browse files
author
gitlab
committed
Merge branch 'ZSTAC-26113@@2' into 'master'
[BugFix: ZSTACK-26113] See merge request zstackio/zstack!6019
2 parents 1531102 + 8ab885d commit 1eaf6fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

conf/db/upgrade/V3.9.0__schema.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ UPDATE ImageBackupStorageRefVO ibs, ImageVO i SET ibs.exportMd5Sum = i.exportMd5
1717
DROP VIEW IF EXISTS `zstack`.`ImageVO`;
1818
CREATE VIEW `zstack`.`ImageVO` AS SELECT uuid, name, description, status, state, size, actualSize, md5Sum, platform, type, format, url, system, mediaType, createDate, lastOpDate, guestOsType FROM `zstack`.`ImageEO` WHERE deleted IS NULL;
1919
ALTER TABLE ImageEO DROP exportMd5Sum, DROP exportUrl;
20+
21+
UPDATE ResourceVO SET resourceType = "PrimaryStorageVO", concreteResourceType = "org.zstack.storage.primary.sharedblock.SharedBlockGroupVO" WHERE resourceType = "SharedBlockGroupVO";

0 commit comments

Comments
 (0)