Project

General

Profile

« Previous | Next » 

Revision 6483

schemas/vegbien.sql: Renamed taxonconcept.concept_source_id back to concept_reference_id

View differences:

vegbien.my.sql
2991 2991

  
2992 2992
CREATE TABLE taxonconcept (
2993 2993
    taxonlabel_id int(11) NOT NULL,
2994
    concept_source_id int(11)
2994
    concept_reference_id int(11)
2995 2995
);
2996 2996

  
2997 2997

  
......
3003 3003

  
3004 3004

  
3005 3005
--
3006
-- Name: COLUMN taxonconcept.concept_source_id; Type: COMMENT; Schema: public; Owner: -
3006
-- Name: COLUMN taxonconcept.concept_reference_id; Type: COMMENT; Schema: public; Owner: -
3007 3007
--
3008 3008

  
3009 3009

  
......
5519 5519

  
5520 5520

  
5521 5521
--
5522
-- Name: commconcept_source_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
5522
-- Name: commconcept_reference_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
5523 5523
--
5524 5524

  
5525 5525

  
......
6186 6186

  
6187 6187

  
6188 6188
--
6189
-- Name: taxonconcept_concept_source_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
6189
-- Name: taxonconcept_concept_reference_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
6190 6190
--
6191 6191

  
6192 6192

  

Also available in: Unified diff