Skip to content

Commit

Permalink
ttt
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Oct 19, 2024
1 parent 324d38d commit f3769c4
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 @@ -40,7 +40,7 @@ jobs:
sleep 2
done
mysql -hsqlserver -u"domjudge" -p"domjudge" domjudge < .github/jobs/old_database.sql
mysql -hsqlserver -u"domjudge" -p"domjudge" < .github/jobs/old_database.sql
- name: Install DOMjudge
run: .github/jobs/baseinstall.sh
Expand Down

0 comments on commit f3769c4

Please sign in to comment.