Skip to content

Commit

Permalink
chore: DDL 생성 전략 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Ho-Tea committed Jul 23, 2024
1 parent ff92c84 commit 0d0dc11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/backend-ci-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ jobs:
sudo docker pull hotea990/staccato
- name: Docker Compose up
working-directory: ~/staccato
run: sudo docker-compose up -d
run: sudo docker-compose -f /home/ubuntu/staccato/docker-compose.yml up -d
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spring:
hibernate:
format_sql: true
hibernate:
ddl-auto: validate
ddl-auto: create
database-platform: org.hibernate.dialect.MySQL8Dialect
defer-datasource-initialization: true

Expand Down

0 comments on commit 0d0dc11

Please sign in to comment.