Changeset 20


Ignore:
Timestamp:
02/22/13 17:01:03 (11 years ago)
Author:
lucsch
Message:

Data model is now updated to version 225

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/models/base/base_structure.sql

    r18 r20  
    3030CREATE TABLE `dmn_layer_object` ( 
    3131  `OBJECT_ID` bigint(20) NOT NULL AUTO_INCREMENT, 
    32   `OBJECT_CD` int(10) unsigned NOT NULL COMMENT 'Feature code', 
     32  `OBJECT_CD` varchar(50) NULL COMMENT 'Feature code', 
    3333  `OBJECT_TYPE_CD` int(10) unsigned NOT NULL COMMENT 'Spatial object code', 
    3434  `THEMATIC_LAYERS_LAYER_INDEX` int(10) unsigned NOT NULL COMMENT 'Associated thematic layer', 
     
    211211 
    212212 
    213 INSERT INTO prj_settings VALUES(1,"Meters","No projection","Master",224,"",0,"","SWISSTOPO - CREALP", "", 0); 
     213INSERT INTO prj_settings VALUES(1,"Meters","No projection","Master",225,"",0,"","SWISSTOPO - CREALP", "", 0); 
    214214 
    215215-- prj_snapping -- 
Note: See TracChangeset for help on using the changeset viewer.