Skip to content

Commit 5c8ba33

Browse files
authored
Merge pull request #32 from Dalguring/feature/migrate-to-gcp
docs: migration 완료로 validate 전환
2 parents bb12f71 + b5d1fd6 commit 5c8ba33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/application-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spring:
22
jpa:
33
hibernate:
4-
ddl-auto: update
4+
ddl-auto: validate
55
show-sql: false
66

77
datasource:

src/main/resources/application-local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spring:
22
jpa:
33
hibernate:
4-
ddl-auto: update
4+
ddl-auto: validate
55
show-sql: true
66

77
datasource:

0 commit comments

Comments
 (0)