Project

General

Profile

« Previous | Next » 

Revision 9906

inputs/.TNRS/schema.sql: changed Name_submitted pkey to a unique constraint to allow adding a pkey on Time_submitted, Name_number instead

View differences:

schema.sql
51 51
  "Accepted_scientific_name" text,
52 52
  "Max_score" double precision,
53 53
  "Is_plant" boolean,
54
  CONSTRAINT tnrs_pkey PRIMARY KEY ("Name_submitted" )
54
  CONSTRAINT "tnrs_Name_submitted_key" UNIQUE ("Name_submitted" )
55 55
)
56 56
WITH (
57 57
  OIDS=FALSE

Also available in: Unified diff