forked from science-ation/science-ation
3 lines
450 B
SQL
3 lines
450 B
SQL
UPDATE `config` SET `val`='The single password to use for judge registration if judge_registration_type is singlepassword. Leave blank if not using singlepassword judge registration' WHERE `var`='judge_registration_singlepassword';
|
|
UPDATE `emails` SET `description`='This is sent to a new judge when they are invited using the invite judges administration section, only available when judge_registration_type=invite' WHERE `val`='new_judge_invite';
|