Skip to content

Commit

Permalink
fix: make ddl-auto none
Browse files Browse the repository at this point in the history
  • Loading branch information
Sith-call authored Sep 9, 2023
1 parent e3f0b96 commit 9a7172f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring:
jpa:
hibernate:
ddl-auto: create
ddl-auto: none
show_sql: true
properties:
hibernate:
Expand All @@ -16,4 +16,4 @@ spring:
logging:
level:
org.hibernate.SQL: DEBUG
org.hibernate.type: TRACE
org.hibernate.type: TRACE

0 comments on commit 9a7172f

Please sign in to comment.