Skip to content

Commit

Permalink
update db instead of resetting (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leafguyk authored Feb 1, 2025
1 parent 72f058e commit 662856f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
hibernate:
ddl-auto: create
ddl-auto: update
show-sql: true

config:
Expand Down

0 comments on commit 662856f

Please sign in to comment.