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

13 lines
770 B
MySQL
Raw Normal View History

/* This file was created March of 2015 by Sebastian Ruan
below is the updated table, projects*/
INSERT INTO `config` ( `var` , `val` , `category` , `type` , `type_values` , `ord` , `description` , `year`) VALUES (
'ethics_questions', 'yes', 'Participant Registration', 'yesno', '', '2550', 'Ask if the project requires human and/or animal participants.', '-1');
ALTER TABLE `projects` ADD
(human_participants ENUM( 'no', 'yes' ) COLLATE latin1_swedish_ci,
animal_participants ENUM( 'no', 'yes' ) COLLATE latin1_swedish_ci);
INSERT INTO `translations` (lang, strmd5, str, val, argsdesc) VALUES
('fr','fa7eac4f388ce0bb76f280026f10d181','My project involves human participants','',''),
('fr','0b6e87dd18d0cb0df5a63ea74bee6989','My project involves animals','','');