Skip to content

Releases: QGEP/datamodel

1.6.2

23 Sep 11:43
124e252
Compare
Choose a tag to compare

What's Changed

  • change prefix 000000 to ch0000 to have valid OID by @sjib in #234
  • add wwtp_structure to view by @sjib in #233
  • Include overflows in _usage_current by @cymed in #225
  • Datamodel add DEFERRABLE INITIALLY DEFERRED by @sjib in #235
  • Add OID for Noville by @rbovard in #237
  • 2024 08 22 rename mutation.system user to avoid postgres confllicts by @sjib in #238
  • Create vw_reaches_with_blank_connections.sql by @sjib in #236
  • Rename delta_1.6.1_noop.sql to delta_1.6.0_noop.sql by @ponceta in #239

Full Changelog: 1.6.1...1.6.2

1.6.1

25 Apr 13:37
17c1a72
Compare
Choose a tag to compare

What's Changed

  • Fix CI for qgep datamodel by @ponceta in #221
  • Fix 1.5.8 delta for multiple vsacodes by @ponceta in #218
  • Add OID for BTI by @rbovard in #223
  • Alter order_fct_hierarchic in qgep_vl.channel_function_hierarchic by @cymed in #224
  • Allow longer value_xx by @cymed in #213
  • DSS rename xxx.fk_chute to xxx.fk_surface_water_bodies by @sjib in #215
  • add additional structure part views by @cymed in #229
  • Swmm roughness translation correction by @tproduit in #214
  • Allow vl extensions in SWMM views by @cymed in #220
  • delta_1.6.1_dss_rename_xxx_fk_overflow_characteristic_to_fk_overflow_char by @sjib in #211

Full Changelog: 1.6.0...1.6.1

1.6.0

17 Mar 15:37
84729b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.6...1.6.0

1.6.0-rc.2

10 Mar 12:44
Compare
Choose a tag to compare
1.6.0-rc.2 Pre-release
Pre-release
ci: fix release

1.6.0-rc.1

10 Mar 12:18
a0682bb
Compare
Choose a tag to compare
1.6.0-rc.1 Pre-release
Pre-release
Merge pull request #204 from QGEP/poa_bump_version_1.6.0

bump actual version to target version 1.6.0 for imminent release

1.5.6-1

10 Aug 08:11
Compare
Choose a tag to compare

[same as 1.5.6] Trying to fix release workflow

1.5.6

10 Aug 07:56
83d652f
Compare
Choose a tag to compare
  • adds fixes for upcoming SIA405 export

1.5.5

23 Jun 15:41
Compare
Choose a tag to compare
  • adds _function_hierarchic and _usage_current to wastewater_node
  • fixes slow network views
  • adds default value to for PK in views
  • fixes adding related data with "reuse last entered values"

1.5.4

16 Dec 16:21
f32001d
Compare
Choose a tag to compare

Improves SWMM views :

  • Add states in the view and solve several errors and bug.
  • Only primary network is exported
  • Most objects have a state attribute: "planned" or "current". This state allows the user to create two types of export "planned" or "current".
  • Blind connections are exported (primary reach connected without a manhole)

Improves Postgres roles creation :

  • role creation - one shot cluster initialization jobs
  • permissions - that need to be granted once per database

Descriptions of the files

File Description
qgep_1.5.4_structure.sql Contains the structure of tables and system schema content
qgep_1.5.4_structure_with_value_lists.sql Contains the structure of tables, system schema data and value lists data
qgep_1.5.4_demo_data.backup Data-only backup of the qgep_od schema (i.e. ordinary data) from demonstration set of data
qgep_1.5.4_structure_and_demo_data.backup Complete backup with structure and data of the demonstration set of data
  • If you plan to use QGEP for production, it is more likely you will be using the plain SQL qgep_1.5.4_structure_with_value_lists.sql.
  • If you want to give a try at QGEP, you will likely restore the qgep_1.5.4_structure_and_demo_data.backup backup file.

1.5.3

11 Nov 12:04
c9a1490
Compare
Choose a tag to compare

Descriptions of the files

File Description
qgep_1.5.3_structure.sql Contains the structure of tables and system schema content
qgep_1.5.3_structure_with_value_lists.sql Contains the structure of tables, system schema data and value lists data
qgep_1.5.3_demo_data.backup Data-only backup of the qgep_od schema (i.e. ordinary data) from demonstration set of data
qgep_1.5.3_structure_and_demo_data.backup Complete backup with structure and data of the demonstration set of data
  • If you plan to use QGEP for production, it is more likely you will be using the plain SQL qgep_1.5.3_structure_with_value_lists.sql.
  • If you want to give a try at QGEP, you will likely restore the qgep_1.5.3_structure_and_demo_data.backup backup file.