Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Oct 19, 2024
1 parent c53a6b8 commit a00e045
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/database-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
mysql -hsqlserver -u"root" -p"root" < .github/jobs/old_database.sql
- name: Install DOMjudge
run: .github/jobs/baseinstall.sh

- name: Upgrade Database
run: |
/opt/domjudge/domserver/bin/dj_setup_database upgrade
- name: Install DOMjudge
run: .github/jobs/baseinstall.sh

- name: Check for Errors in the Upgrade
run: |
mysql -hsqlserver -u"root" -p"root" -e "SHOW TABLES FROM domjudge;"

0 comments on commit a00e045

Please sign in to comment.