Project

General

Profile

« Previous | Next » 

Revision 4698

schemas/vegbien.sql: Moved plantconcept.plantdescription to plantname and renamed it to description, so that a taxon of any rank can have a description

View differences:

schemas/vegbien.my.sql
685 685
    forma text,
686 686
    cultivar text,
687 687
    plantcode text,
688
    plantdescription text,
689 688
    accessioncode text
690 689
);
691 690

  
......
700 699
    scope_id int(11),
701 700
    rank text NOT NULL,
702 701
    plantname text NOT NULL,
702
    description text,
703 703
    accessioncode text
704 704
);
705 705

  
schemas/vegbien.sql
923 923
    forma text,
924 924
    cultivar text,
925 925
    plantcode text,
926
    plantdescription text,
927 926
    accessioncode text
928 927
);
929 928

  
......
938 937
    scope_id integer,
939 938
    rank taxonrank NOT NULL,
940 939
    plantname text NOT NULL,
940
    description text,
941 941
    accessioncode text
942 942
);
943 943

  

Also available in: Unified diff