Releases: QGEP/datamodel
Releases · QGEP/datamodel
20170119-185956
SRID is now a parameter upon installation
20161213-074014
SRID is now a parameter upon installation
20161212-165438: vw_qgep_wastewater_structure update works on main cover
Fix https://github.com/QGEP/QGEP/issues/256
20161202-101646: vw_qgep_wastewater_structure update works on main cover
Fix https://github.com/QGEP/QGEP/issues/256
20161123-110535: Merge pull request #26 from QGEP/depth_updates
Fix QGEP/QGEP#253 (comment) Remove od_cover.depth wastewater_structure.depth in [m] and "_" prefix … The column "depth" is flagged as derived by renaming it to "_depth" and moved from wastewater_structure subclasses to the superclass. The datatype of "_depth" is changed to numeric(6,3). Views that work on these tables do no longer write "_depth" it's read-only. Automatically recalculate depth when a reach_point, wastewater_node or cover changes.
20161116-131957
Add default values to help splitting reaches
20161116-113450
Add check for deprecated AddGeometryColumn calls
20161116-110226
Replace AddGeometryColumn with ALTER TABLE
20161114-103319
Fix bad commit
20161104-091831: Deal with insert/multipoint problems
Fix https://github.com/QGEP/QGEP/issues/243