Project

General

Profile

« Previous | Next » 

Revision 7052

schemas/vegbien.sql: taxondetermination: Added back reference_id, which is different than the scoping source_id (reference_id was previously renamed to source_id in a bulk rename)

View differences:

vegbien.my.sql
1417 1417
    party_id int(11),
1418 1418
    role varchar(255) DEFAULT 'unknown' NOT NULL,
1419 1419
    determinationtype varchar(255),
1420
    reference_id int(11),
1420 1421
    isoriginal int(1) DEFAULT false NOT NULL,
1421 1422
    iscurrent int(1) DEFAULT false NOT NULL,
1422 1423
    taxonfit varchar(255),
......
6390 6391

  
6391 6392

  
6392 6393
--
6394
-- Name: taxondetermination_reference_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
6395
--
6396

  
6397

  
6398

  
6399

  
6400
--
6393 6401
-- Name: taxondetermination_source_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
6394 6402
--
6395 6403

  

Also available in: Unified diff