ressource put init

This commit is contained in:
2022-04-13 23:08:22 +02:00
parent 0b241bd8b5
commit 7b5772b49f
2 changed files with 27 additions and 1 deletions

View File

@@ -10,4 +10,6 @@ quarkus.datasource.password = toto
quarkus.datasource.jdbc.url = jdbc:postgresql://localhost:5432/toto
# drop and create the database at startup (use `update` to only update the schema)
quarkus.hibernate-orm.database.generation = drop-and-create
quarkus.hibernate-orm.database.generation = drop-and-create
covas.schema.create = true