mirror of https://github.com/apache/cloudstack.git
removing the @DB annotation as I am not using a txn anymore
This commit is contained in:
parent
f2b2066afb
commit
aad17a9896
|
|
@ -55,7 +55,6 @@ public class Db21to22MigrationUtil {
|
|||
* This method migrates the zones based on bug: 7204
|
||||
* based on the param direct.attach.untagged.vlan.enabled, we update zone to basic or advanced for 2.2
|
||||
*/
|
||||
@DB
|
||||
private void migrateZones(){
|
||||
try {
|
||||
System.out.println("Migrating zones");
|
||||
|
|
|
|||
Loading…
Reference in New Issue