Skip to content

Commit daa7bdb

Browse files
authored
upgrade: update minreq.sysvmtemplate.version to the latest template version (#6227)
1 parent 6bf812c commit daa7bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41610to41700.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public InputStream[] getCleanupScripts() {
7070
}
7171

7272
private void initSystemVmTemplateRegistration() {
73-
systemVmTemplateRegistration = new SystemVmTemplateRegistration("4.16.0");
73+
systemVmTemplateRegistration = new SystemVmTemplateRegistration("");
7474
}
7575

7676
@Override

0 commit comments

Comments
 (0)