Skip to content

Commit

Permalink
Merge pull request #115 from TaetaetaE01/main
Browse files Browse the repository at this point in the history
[refactor] : ddl -> update
  • Loading branch information
TaetaetaE01 authored Aug 18, 2024
2 parents 5bdc68e + 09c0eb8 commit 07759b3
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:

jpa:
hibernate:
ddl-auto: create-drop
ddl-auto: update
properties:
hibernate:
format_sql: true
Expand Down

0 comments on commit 07759b3

Please sign in to comment.