Skip to content

Releases: QGEP/datamodel

20170119-185956

19 Jan 18:59
Compare
Choose a tag to compare
SRID is now a parameter upon installation

20161213-074014

13 Dec 07:40
Compare
Choose a tag to compare
SRID is now a parameter upon installation

20161212-165438: vw_qgep_wastewater_structure update works on main cover

12 Dec 16:54
Compare
Choose a tag to compare

20161202-101646: vw_qgep_wastewater_structure update works on main cover

02 Dec 10:16
Compare
Choose a tag to compare

20161123-110535: Merge pull request #26 from QGEP/depth_updates

23 Nov 11:05
Compare
Choose a tag to compare
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

16 Nov 13:19
Compare
Choose a tag to compare
Add default values to help splitting reaches

20161116-113450

16 Nov 11:34
Compare
Choose a tag to compare
Add check for deprecated AddGeometryColumn calls

20161116-110226

16 Nov 11:02
Compare
Choose a tag to compare
Replace AddGeometryColumn with ALTER TABLE

20161114-103319

14 Nov 10:33
Compare
Choose a tag to compare
Fix bad commit

20161104-091831: Deal with insert/multipoint problems

04 Nov 09:18
Compare
Choose a tag to compare
Fix https://github.com/QGEP/QGEP/issues/243