forked from science-ation/science-ation
caeb7cbe78
key for their name. The idea is that it's for those often mis-pronounced names at the award ceremony.
5 lines
385 B
SQL
5 lines
385 B
SQL
ALTER TABLE `students` ADD `pronunciation` VARCHAR( 64 ) NOT NULL AFTER `lastname`;
|
|
|
|
INSERT INTO `config` ( `var` , `val` , `category` , `type` , `type_values` , `ord` , `description` , `year` ) VALUES ( 'participant_student_pronunciation', 'no', 'Participant Registration', 'yesno', '', '1020', 'Ask the student for a pronunciation key for their name (for award ceremonies)', '-1');
|
|
|