Skip to content

Commit

Permalink
dont drop table
Browse files Browse the repository at this point in the history
  • Loading branch information
leonliu288 committed Dec 5, 2023
1 parent 6bb0c21 commit d7f7f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion challenge-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
password: root
jpa:
hibernate:
ddl-auto: create-drop
ddl-auto: create
show-sql: true
defer-datasource-initialization: true
properties:
Expand Down
2 changes: 1 addition & 1 deletion geo-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
password: root
jpa:
hibernate:
ddl-auto: create-drop
ddl-auto: create
show-sql: true
defer-datasource-initialization: true
properties:
Expand Down

0 comments on commit d7f7f24

Please sign in to comment.