We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf812c commit daa7bdbCopy full SHA for daa7bdb
engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41610to41700.java
@@ -70,7 +70,7 @@ public InputStream[] getCleanupScripts() {
70
}
71
72
private void initSystemVmTemplateRegistration() {
73
- systemVmTemplateRegistration = new SystemVmTemplateRegistration("4.16.0");
+ systemVmTemplateRegistration = new SystemVmTemplateRegistration("");
74
75
76
@Override
0 commit comments