Skip to content

Commit

Permalink
fix: remove database update as it causes table creation to malfunction
Browse files Browse the repository at this point in the history
  • Loading branch information
Snootic committed May 8, 2024
1 parent 5469efe commit ff81861
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
spring.datasource.url=jdbc:${DATABASE:mysql}://${DATABASE_URL:localhost:3306}/sphynx_api?createDatabaseIfNotExist=true
spring.datasource.username=${DATABASE_USERNAME:root}
spring.datasource.password=${DATABASE_PASSWORD:root}
spring.jpa.hibernate.ddl-auto=update
spring.flyway.enabled=true
spring.flyway.locations=classpath:db/migration
spring.flyway.baseline-on-migrate=true
Expand Down

0 comments on commit ff81861

Please sign in to comment.