Skip to content

Commit

Permalink
bug fixed foreign key
Browse files Browse the repository at this point in the history
  • Loading branch information
jesussmariscal committed Dec 28, 2024
1 parent e831249 commit ff8dba1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Backend/src/main/resources/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ logging.level.org.hibernate.SQL=DEBUG
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE

# Spring JPA Configuration
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.hibernate.ddl-auto=create

# Tomcat Configuration
# server.tomcat.connection-timeout=0
Expand Down
2 changes: 1 addition & 1 deletion Backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ logging.level.org.hibernate.SQL=DEBUG
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE

# Spring JPA Configuration
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.hibernate.ddl-auto=create

# Tomcat Configuration
server.tomcat.max-threads=200
Expand Down
2 changes: 1 addition & 1 deletion Backend/target/classes/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ logging.level.org.hibernate.SQL=DEBUG
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE

# Spring JPA Configuration
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.hibernate.ddl-auto=create

# Tomcat Configuration
# server.tomcat.connection-timeout=0
Expand Down
2 changes: 1 addition & 1 deletion Backend/target/classes/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ logging.level.org.hibernate.SQL=DEBUG
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE

# Spring JPA Configuration
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.hibernate.ddl-auto=create

# Tomcat Configuration
server.tomcat.max-threads=200
Expand Down

0 comments on commit ff8dba1

Please sign in to comment.