Merge pull request #1666 from stianst/migration-fix
Fix db migration not running as latest jpa version wasn't updated
This commit is contained in:
commit
c76da8f3b8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue