Project

General

Profile

« Previous | Next » 

Revision 1317

vegbien.sql: namedplace: Removed no longer needed placesystem, which has been replaced by rank closed list

View differences:

vegbien.sql
1359 1359

  
1360 1360
CREATE TABLE namedplace (
1361 1361
    namedplace_id integer NOT NULL,
1362
    placesystem text,
1362
    parent_id integer,
1363
    rank placerank,
1363 1364
    placename text NOT NULL,
1365
    placecode text,
1364 1366
    placedescription text,
1365
    placecode text,
1366
    accessioncode text,
1367
    parent_id integer,
1368
    rank placerank
1367
    accessioncode text
1369 1368
);
1370 1369

  
1371 1370

  

Also available in: Unified diff