Skip to content

Commit

Permalink
Merge pull request #148 from CAUSOLDOUTMEN/Fix/147-ddl
Browse files Browse the repository at this point in the history
fix: ddl 업데이트 (#147)
  • Loading branch information
synoti21 authored Jan 24, 2024
2 parents d4dd22b + e01db15 commit a1bd5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-db.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto=none
spring.jpa.hibernate.ddl-auto=update

# Remote DB
spring.datasource.url=${DB_ENDPOINT}
Expand Down

0 comments on commit a1bd5bd

Please sign in to comment.