Fix db migration not running as latest jpa version wasn't updated

This commit is contained in:
Stian Thorgersen 2015-10-01 09:00:43 +02:00
parent c9e0a7a97d
commit 5419ec32e4

View file

@ -12,7 +12,7 @@ public interface JpaUpdaterProvider extends Provider {
public String FIRST_VERSION = "1.0.0.Final";
public String LAST_VERSION = "1.5.0";
public String LAST_VERSION = "1.6.0";
public String getCurrentVersionSql(String defaultSchema);