Skip to content

Commit 2bea1fd

Browse files
committed
fix: ddl-auto none으로 변경
1 parent 624d930 commit 2bea1fd

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
@@ -16,7 +16,7 @@ spring:
1616
database-platform: org.hibernate.dialect.MySQLDialect
1717
generate-ddl: true
1818
hibernate:
19-
ddl-auto: create
19+
ddl-auto: none
2020
show-sql: false
2121

2222
security:

0 commit comments

Comments
 (0)