Skip to content

Instantly share code, notes, and snippets.

@shouc
Last active April 17, 2020 18:24
Show Gist options
  • Save shouc/b9ba2ba405df9e1830ea306386e04596 to your computer and use it in GitHub Desktop.
Save shouc/b9ba2ba405df9e1830ea306386e04596 to your computer and use it in GitHub Desktop.
Scoring
CREATE EVENT IF NOT EXISTS `calc_challenges_new_score`
ON SCHEDULE
EVERY 5 MINUTE
COMMENT 'Calculate points for challenges every 5 min'
DO
-- TBD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment