Skip to content

Commit

Permalink
Fix oldest standing record query
Browse files Browse the repository at this point in the history
  • Loading branch information
campos20 committed Sep 23, 2024
1 parent 42f8622 commit 08dd8dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/docker-compose-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.1"
services:
wca-test-db:
image: "mysql:8.0.26"
image: mysql:8.0
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
MYSQL_DATABASE: wca_development
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ queries:
- Competition
sqlQuery: |-
select days,
e.cellName,
e.name,
wca_statistics_time_format(record, eventId, record) record,
record_type,
wca_statistics_person_link_format(personId, personName),
Expand Down

0 comments on commit 08dd8dd

Please sign in to comment.