Skip to content

Commit

Permalink
reset db
Browse files Browse the repository at this point in the history
  • Loading branch information
Leafguyk committed Jan 31, 2025
1 parent 2c2373b commit 68a7db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
hibernate:
ddl-auto: update # or validate, none
ddl-auto: create-drop # or validate, none
properties:
hibernate:
format_sql: true
Expand Down

0 comments on commit 68a7db6

Please sign in to comment.