Skip to content

Commit

Permalink
fix #382
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgregorio committed Apr 30, 2019
1 parent dee15a6 commit 862adcb
Show file tree
Hide file tree
Showing 5 changed files with 2,800 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public void run() {
.locations("db/migrations")
.baselineOnMigrate(true)
.baselineVersion("0")
.sqlMigrationPrefix("")
.load();

final MigrationInfo migrationInfo = flyway.info().current();
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions src/main/resources/META-INF/persistence.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@

<!--disable bean validation on save/update operations-->
<property name="javax.persistence.validation.mode" value="none"/>

<!--custom naming strategy-->
<!--disabled as stated in issue #336 -->
<!--<property name="hibernate.implicit_naming_strategy" value="br.com.webbudget.infrastructure.jpa.CustomNamingStrategy"/>-->
</properties>
</persistence-unit>
</persistence>
Loading

0 comments on commit 862adcb

Please sign in to comment.