Author: echatellier Date: 2014-08-04 17:01:23 +0200 (Mon, 04 Aug 2014) New Revision: 463 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/463 Log: Remove init version (not always needed) Modified: trunk/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/FaxToMailApplicationContext.java Modified: trunk/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/FaxToMailApplicationContext.java =================================================================== --- trunk/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/FaxToMailApplicationContext.java 2014-08-04 14:27:36 UTC (rev 462) +++ trunk/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/FaxToMailApplicationContext.java 2014-08-04 15:01:23 UTC (rev 463) @@ -96,8 +96,6 @@ // it's set here for only web application to migrate schema, not client Map<String, String> properties = new HashMap<>(); properties.put("topia.service.migration", FaxtomailFlywayMigrationService.class.getName()); - // init base version with 1.0.0.429 (1.0-rc-2) - properties.put("topia.service.migration." + TopiaFlywayService.FLYWAY_INIT_VERSION, "1.0.0.429"); properties.put("topia.service.migration." + TopiaFlywayService.USE_MODEL_VERSION, "false"); // add configuration properties after to allow override
participants (1)
-
echatellier@users.forge.codelutin.com