Skip to content

Commit

Permalink
Merge pull request #84 from gooormmoon/sshinylee-patch-1
Browse files Browse the repository at this point in the history
Sshinylee patch 1
  • Loading branch information
Berygna authored Jun 24, 2024
2 parents d6fc350 + ebf8b82 commit 648b290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Gameresult {
private LocalDateTime created_date;

@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "algorithm_problem_id", nullable = false)
@JoinColumn(name = "algorithmproblem_id", nullable = false)
private Algorithmproblem algorithmproblemId;

@ManyToOne(fetch = FetchType.LAZY)
Expand Down
2 changes: 1 addition & 1 deletion algofi-core/src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring.datasource.username=${DB_USERNAME:myuser}
spring.datasource.password=${DB_PASSWORD:mypassword}

#Compile Server Connection
compile-server.url=http://localhost:9000
compile-server.url=http://${COMPILE_URL:localhost}:9000

# JPA/Hibernate
spring.jpa.show-sql=true
Expand Down

0 comments on commit 648b290

Please sign in to comment.