Project

General

Profile

« Previous | Next » 

Revision 6247

schemas/vegbien.sql: higher_plant_group_nodes: Added root->NULL mapping to store all the families that don't match any higher plant group

View differences:

schemas/vegbien.my.sql
3913 3913
INSERT INTO higher_plant_group_nodes VALUES ('gymnosperms (non-conifer)', 'Cycadophyta');
3914 3914
INSERT INTO higher_plant_group_nodes VALUES ('gymnosperms (non-conifer)', 'Ginkgophyta');
3915 3915
INSERT INTO higher_plant_group_nodes VALUES ('gymnosperms (non-conifer)', 'Gnetophyta');
3916
INSERT INTO higher_plant_group_nodes VALUES (NULL, 'root');
3916 3917

  
3917 3918

  
3918 3919
--
schemas/vegbien.sql
4904 4904
INSERT INTO higher_plant_group_nodes VALUES ('gymnosperms (non-conifer)', 'Cycadophyta');
4905 4905
INSERT INTO higher_plant_group_nodes VALUES ('gymnosperms (non-conifer)', 'Ginkgophyta');
4906 4906
INSERT INTO higher_plant_group_nodes VALUES ('gymnosperms (non-conifer)', 'Gnetophyta');
4907
INSERT INTO higher_plant_group_nodes VALUES (NULL, 'root');
4907 4908

  
4908 4909

  
4909 4910
--

Also available in: Unified diff