Skip to content

Commit

Permalink
Use hibernatedrop option to create the DB
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoulliard committed Sep 22, 2021
1 parent c090597 commit 094c270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%dev.quarkus.datasource.password=mysecretpassword
%dev.quarkus.datasource.max-size=8
%dev.quarkus.datasource.min-size=2
%dev.quarkus.hibernate-orm.database.generation=update
%dev.quarkus.hibernate-orm.database.generation=drop-and-create
%dev.quarkus.hibernate-orm.log.sql=false

%prod.quarkus.datasource.db-kind=h2
Expand Down

0 comments on commit 094c270

Please sign in to comment.