File tree Expand file tree Collapse file tree
server/src/com/cloud/upgrade/dao Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public void performDataMigration(Connection conn) {
7070 public File [] getCleanupScripts () {
7171 String script = Script .findScript ("" , "db/schema-40to410-cleanup.sql" );
7272 if (script == null ) {
73- throw new CloudRuntimeException ("Unable to find db/schema-302to40 -cleanup.sql" );
73+ throw new CloudRuntimeException ("Unable to find db/schema-40to410 -cleanup.sql" );
7474 }
7575
7676 return new File [] { new File (script ) };
Original file line number Diff line number Diff line change @@ -145,12 +145,12 @@ DROP TABLE IF EXISTS `cloud`.`region`;
145145DROP TABLE IF EXISTS ` cloud` .` s2s_customer_gateway` ;
146146DROP TABLE IF EXISTS ` cloud` .` s2s_vpn_gateway` ;
147147DROP TABLE IF EXISTS ` cloud` .` s2s_vpn_connection` ;
148- DROP TABLE IF EXISTS ` cloud` , ` external_nicira_nvp_devices` ;
149- DROP TABLE IF EXISTS ` cloud` , ` nicira_nvp_nic_map` ;
150- DROP TABLE IF EXISTS ` cloud` , ` s3` ;
151- DROP TABLE IF EXISTS ` cloud` , ` template_s3_ref` ;
152- DROP TABLE IF EXISTS ` cloud` , ` nicira_nvp_router_map` ;
153- DROP TABLE IF EXISTS ` cloud` , ` external_bigswitch_vns_devices` ;
148+ DROP TABLE IF EXISTS ` cloud` . ` external_nicira_nvp_devices` ;
149+ DROP TABLE IF EXISTS ` cloud` . ` nicira_nvp_nic_map` ;
150+ DROP TABLE IF EXISTS ` cloud` . ` s3` ;
151+ DROP TABLE IF EXISTS ` cloud` . ` template_s3_ref` ;
152+ DROP TABLE IF EXISTS ` cloud` . ` nicira_nvp_router_map` ;
153+ DROP TABLE IF EXISTS ` cloud` . ` external_bigswitch_vns_devices` ;
154154DROP TABLE IF EXISTS ` cloud` .` autoscale_vmgroup_policy_map` ;
155155DROP TABLE IF EXISTS ` cloud` .` autoscale_policy_condition_map` ;
156156DROP TABLE IF EXISTS ` cloud` .` autoscale_vmgroups` ;
You can’t perform that action at this time.
0 commit comments