Skip to content

Commit

Permalink
fix: ddl auto
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn113 committed Dec 9, 2024
1 parent 6c261b6 commit 7a56445
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spring:
hibernate:
format_sql: true
highlight_sql: true
hibernate:
ddl-auto: create-drop

api-host: http://localhost:8080
client-host: http://localhost:5173
Expand Down
2 changes: 2 additions & 0 deletions server/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ spring:
hibernate:
format_sql: true
highlight_sql: true
hibernate:
ddl-auto: create-drop # 임시

api-host: https://api.fluffy.run
client-host: https://www.fluffy.run
Expand Down

0 comments on commit 7a56445

Please sign in to comment.