Project

General

Profile

« Previous | Next » 

Revision 5628

schemas/vegbien.sql: taxonconcept.taxonlabel_id: Changed type from serial to integer because this is a subclass, and therefore each taxonconcept must first have a corresponding entry in taxonlabel

View differences:

schemas/vegbien.my.sql
3027 3027

  
3028 3028

  
3029 3029
--
3030
-- Name: taxonlabel_id; Type: DEFAULT; Schema: public; Owner: -
3031
--
3032

  
3033

  
3034

  
3035

  
3036
--
3037 3030
-- Name: taxoncorrelation_id; Type: DEFAULT; Schema: public; Owner: -
3038 3031
--
3039 3032

  
schemas/vegbien.sql
3781 3781

  
3782 3782

  
3783 3783
--
3784
-- Name: taxonlabel_id; Type: DEFAULT; Schema: public; Owner: -
3785
--
3786

  
3787
ALTER TABLE taxonconcept ALTER COLUMN taxonlabel_id SET DEFAULT nextval('taxonconcept_taxonlabel_id_seq'::regclass);
3788

  
3789

  
3790
--
3791 3784
-- Name: taxoncorrelation_id; Type: DEFAULT; Schema: public; Owner: -
3792 3785
--
3793 3786

  

Also available in: Unified diff