Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-09-05-17-42-45
[civicrm-core.git] / sql / test_data.mysql
CommitLineData
6a488035
TO
1
2 INSERT INTO `civicrm_contact_type`
3 ( `name`, `label`,`image_URL`, `parent_id`, `is_active`,`is_reserved`)
4 VALUES
5 ( 'Student' , 'Student' , NULL, 1, 1, 0),
6 ( 'Parent' , 'Parent' , NULL, 1, 1, 0),
7 ( 'Staff' , 'Staff' , NULL, 1, 1, 0),
8 ( 'Team' , 'Team' , NULL, 3, 1, 0),
9 ( 'Sponsor' , 'Sponsor' , NULL, 3, 1, 0);
10
11