Changes between Version 20 and Version 21 of OriaEda


Ignore:
Timestamp:
Nov 23, 2010 3:49:48 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OriaEda

    v20 v21  
    123123alter table oria.operation_station add  CONSTRAINT enforce_geotype_the_geom CHECK (geometrytype(the_geom) = 'POINT'::text OR the_geom IS NULL); 
    124124alter table oria.operation_station add  CONSTRAINT enforce_srid_the_geom CHECK (srid(the_geom) = 3035); 
    125  
     125}}} 
     126 
     127== Obstacles == 
     128{{{ 
    126129-- Obstacles 
    127130drop table if exists oria.obstacles;