Skip to content

Commit

Permalink
database.generation=create
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelbernabeu committed Mar 10, 2021
1 parent c9ac200 commit fd60a4c
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 @@ -19,6 +19,6 @@ quarkus.datasource.password=rbbernabeu
quarkus.datasource.jdbc.url=jdbc:mysql://mysql:3306/cotador

# drop and create the database at startup (use `update` to only update the schema)
quarkus.hibernate-orm.database.generation=update
quarkus.hibernate-orm.database.generation=create
quarkus.hibernate-orm.log.bind-parameters=true
quarkus.hibernate-orm.log.sql=true

0 comments on commit fd60a4c

Please sign in to comment.