Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Oct 19, 2024
1 parent a40bcf4 commit e7fce2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install Old DOMjudge Version
run: |
docker run --name old-domserver -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=domjudge -d domjudge/domserver:7.3.3
docker run --name old-domserver -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=domjudge -d domjudge/domserver:latest
docker exec -i old-domserver mysql -uroot -proot < .github/jobs/datadj_setup_database/old_database.sql
- name: Upgrade Database
Expand Down

0 comments on commit e7fce2e

Please sign in to comment.