mirror of https://github.com/apache/cloudstack.git
Fix db creation issue caused from merge conflict.
This commit is contained in:
parent
1b905463c8
commit
80ed9254b6
|
|
@ -312,6 +312,7 @@ public class Upgrade410to420 implements DbUpgrade {
|
|||
} catch (SQLException e) {
|
||||
}
|
||||
}
|
||||
/*
|
||||
pstmt = null;
|
||||
try {
|
||||
pstmt = conn.prepareStatement("update vm_template set image_data_store_id = 1 where type = 'SYSTEM' or type = 'BUILTIN'");
|
||||
|
|
@ -326,6 +327,7 @@ public class Upgrade410to420 implements DbUpgrade {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue