Added support for challenges and tweaked qual awarding rules

This commit is contained in:
2026-05-22 09:00:32 -04:00
parent 7532436b9a
commit f8b1811b74
10 changed files with 259 additions and 54 deletions
@@ -0,0 +1,2 @@
ALTER TABLE course_events
DROP COLUMN is_challenge;
@@ -0,0 +1,2 @@
ALTER TABLE course_events
ADD COLUMN is_challenge TINYINT(1) NOT NULL DEFAULT 0 AFTER hasQual;