forked from science-ation/science-ation
Oosp actually put in the db update too
This commit is contained in:
parent
d0702e9dc1
commit
6ca366e1b8
3
db/db.update.233.sql
Normal file
3
db/db.update.233.sql
Normal file
@ -0,0 +1,3 @@
|
||||
INSERT INTO `config` (`var`, `val`, `category`, `type`, `type_values`, `ord`, `description`, `year`, `conferences_id`, `section`, `conferencetypes`) VALUES
|
||||
('participant_personal_fields', 'phonehome,phonecell,address,city,province,lang', 'Participant Registration', 'multisel', 'sex=Gender|phonehome=Home Phone|phonecell=Cell Phone|birthdate=Birthdate|lang=Preferred Language|address=Address and PostalCode|city=City|province=Province', 501, 'Personal Information to ask for on the Participant personal information page (in addition to Name and Email)', -1, -1, 'conference', 'sciencefair,scienceolympics'),
|
||||
('participant_personal_required', 'phonehome,phonecell,address,city,province,lang', 'Participant Registration', 'multisel', 'sex=Gender|phonehome=Home Phone|phonecell=Cell Phone|birthdate=Birthdate|lang=Preferred Language|address=Address and PostalCode|city=City|province=Province', 502, 'Required Personal Information on the Participant personal information page (Name and Email is always required)', -1, -1, 'conference', 'sciencefair,scienceolympics');
|
Loading…
Reference in New Issue
Block a user