science-ation/db/db.update.17.sql

3 lines
450 B
MySQL
Raw Normal View History

2006-03-08 21:21:20 +00:00
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';