Skip to content

Commit

Permalink
[ etc ] Change ddl-auto in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Minuooooo committed Aug 19, 2023
1 parent 8985a34 commit 99e92e1
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 @@ -23,7 +23,7 @@ spring:
open-in-view: false
show-sql: true
hibernate:
ddl-auto: none
ddl-auto: create-drop
properties:
hibernate:
format_sql: true
Expand Down

0 comments on commit 99e92e1

Please sign in to comment.