Fix db creation issue caused from merge conflict.

This commit is contained in:
Min Chen 2013-06-12 15:37:21 -07:00
parent 1b905463c8
commit 80ed9254b6

View File

@ -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 {
}
}
}
*/
}