Fix db migration not running as latest jpa version wasn't updated
This commit is contained in:
parent
c9e0a7a97d
commit
5419ec32e4
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