Skip to content

Commit dc61b45

Browse files
committed
[Chore] Change Hibernate DDL auto from create to none for prod profile in application-prod.yml
1 parent f4c9e48 commit dc61b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spring:
1212
password: ${DB_PASSWORD}
1313
jpa:
1414
hibernate:
15-
ddl-auto: create
15+
ddl-auto: none
1616
properties:
1717
hibernate:
1818
default_schema: root # 기본 스키마

0 commit comments

Comments
 (0)