Changes between Version 20 and Version 21 of OriaEda
- Timestamp:
- Nov 23, 2010 3:49:48 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OriaEda
v20 v21 123 123 alter table oria.operation_station add CONSTRAINT enforce_geotype_the_geom CHECK (geometrytype(the_geom) = 'POINT'::text OR the_geom IS NULL); 124 124 alter table oria.operation_station add CONSTRAINT enforce_srid_the_geom CHECK (srid(the_geom) = 3035); 125 125 }}} 126 127 == Obstacles == 128 {{{ 126 129 -- Obstacles 127 130 drop table if exists oria.obstacles;