Skip to content

Commit

Permalink
chore: 안전을 위해 다시 update로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Yeji committed Nov 2, 2024
1 parent 3efedd1 commit 3a00fc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/live/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spring:
driver-class-name: org.mariadb.jdbc.Driver
jpa:
hibernate:
ddl-auto: create
ddl-auto: update
database: mysql
database-platform: org.hibernate.dialect.MariaDBDialect
generate-ddl: true
Expand Down
2 changes: 1 addition & 1 deletion backend/member/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spring:
tomcat.initial-size: 3 # 적절한 수치로 조정
jpa:
hibernate:
ddl-auto: create
ddl-auto: update
database: mysql
database-platform: org.hibernate.dialect.MariaDBDialect
generate-ddl: true
Expand Down
2 changes: 1 addition & 1 deletion backend/order/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spring:
driver-class-name: org.mariadb.jdbc.Driver
jpa:
hibernate:
ddl-auto: create
ddl-auto: update
database: mysql
database-platform: org.hibernate.dialect.MariaDBDialect
generate-ddl: true
Expand Down
2 changes: 1 addition & 1 deletion backend/product/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spring:

jpa:
hibernate:
ddl-auto: create
ddl-auto: update
database: mysql
database-platform: org.hibernate.dialect.MariaDBDialect
generate-ddl: true
Expand Down

0 comments on commit 3a00fc0

Please sign in to comment.