Project

General

Profile

« Previous | Next » 

Revision 555

vegbien.sql: Removed taxonoccurrence.currentdetermination_id and originaldetermination_id because it's not possible to create a two-way pointer when the child-to-parent pointer is required (chicken-and-egg problem)

View differences:

vegbien.for_wiki.sql
39 39
  emb_taxonoccurrence integer,
40 40
  -- ...
41 41
  accessioncode character varying(255),
42
  currentdetermination_id integer,
43
  originaldetermination_id integer,
44 42
);
45 43

  
46 44
CREATE TABLE aggregateoccurrence -- VegBank's taxonimportance table.

Also available in: Unified diff