Changeset 265
- Timestamp:
- 05/30/10 18:30:13 (21 months ago)
- Files:
-
- 1 modified
-
trunk/test/ogc_wfs_data_110.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/ogc_wfs_data_110.sql
r260 r265 21 21 alter table "PrimitiveGeoFeature" add measurand float not null; 22 22 alter table "PrimitiveGeoFeature" add "dateTimeProperty" timestamp with time zone; 23 --alter table "PrimitiveGeoFeature" add "dateProperty" date;24 alter table "PrimitiveGeoFeature" add "dateProperty" timestamp with time zone;23 alter table "PrimitiveGeoFeature" add "dateProperty" date; 24 --alter table "PrimitiveGeoFeature" add "dateProperty" timestamp with time zone; 25 25 alter table "PrimitiveGeoFeature" add "decimalProperty" float not null; 26 26 alter table "PrimitiveGeoFeature" add id varchar;