Project

General

Profile

« Previous | Next » 

Revision 5440

schemas/vegbien.sql: *_ancestor tables: Added descriptive comment that these are ancestor cross link tables

View differences:

schemas/vegbien.my.sql
1727 1727

  
1728 1728

  
1729 1729
--
1730
-- Name: TABLE place_ancestor; Type: COMMENT; Schema: public; Owner: -
1731
--
1732

  
1733

  
1734

  
1735

  
1736
--
1730 1737
-- Name: place_place_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1731 1738
--
1732 1739

  
......
2317 2324

  
2318 2325

  
2319 2326
--
2327
-- Name: TABLE taxonconcept_ancestor; Type: COMMENT; Schema: public; Owner: -
2328
--
2329

  
2330

  
2331

  
2332

  
2333
--
2320 2334
-- Name: taxonconcept_taxonconcept_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2321 2335
--
2322 2336

  
schemas/vegbien.sql
2236 2236

  
2237 2237

  
2238 2238
--
2239
-- Name: TABLE place_ancestor; Type: COMMENT; Schema: public; Owner: -
2240
--
2241

  
2242
COMMENT ON TABLE place_ancestor IS 'place''s ancestor cross link table.';
2243

  
2244

  
2245
--
2239 2246
-- Name: place_place_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2240 2247
--
2241 2248

  
......
2927 2934

  
2928 2935

  
2929 2936
--
2937
-- Name: TABLE taxonconcept_ancestor; Type: COMMENT; Schema: public; Owner: -
2938
--
2939

  
2940
COMMENT ON TABLE taxonconcept_ancestor IS 'taxonconcept''s ancestor cross link table.';
2941

  
2942

  
2943
--
2930 2944
-- Name: taxonconcept_taxonconcept_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2931 2945
--
2932 2946

  

Also available in: Unified diff