Skip to content

Commit

Permalink
release db 수정 (#258)
Browse files Browse the repository at this point in the history
* 👷 Ci : 릴리즈 인프라 구축 (#255)

* Ci/252 relase db 수정 (#257)

* 👷 Ci : 릴리즈 인프라 구축

* relase db create
  • Loading branch information
CYY1007 authored Oct 31, 2023
1 parent c314c56 commit 425e3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ spring:
dialect: org.hibernate.dialect.MySQL8Dialect
use_sql_comments: true
hbm2ddl:
auto: update
auto: create
default_batch_fetch_size: 1000
show_sql: true
format_sql: true
Expand Down

0 comments on commit 425e3f3

Please sign in to comment.