We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1531102 + 8ab885d commit 1eaf6faCopy full SHA for 1eaf6fa
1 file changed
conf/db/upgrade/V3.9.0__schema.sql
@@ -17,3 +17,5 @@ UPDATE ImageBackupStorageRefVO ibs, ImageVO i SET ibs.exportMd5Sum = i.exportMd5
17
DROP VIEW IF EXISTS `zstack`.`ImageVO`;
18
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;
19
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