Added support for challenges and tweaked qual awarding rules
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user