@golemio/rush-hour-aggregation 1.2.4-dev.1660370362 → 1.2.4-dev.1770934692

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/rush-hour-aggregation",
3
- "version": "1.2.4-dev.1660370362",
3
+ "version": "1.2.4-dev.1770934692",
4
4
  "description": "Rush hour data aggregation for Praha dopravní project",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -82,4 +82,7 @@ from
82
82
  and nti2.situation_record_type::text = nti.situation_record_type::text
83
83
  and nti2.situation_version::text = nti.situation_version::text
84
84
  and nti2.source::text = nti.source::text
85
- and nti.situation_version_time <= gs.gs))) t
85
+ and nti.situation_version_time <= gs.gs
86
+ and nti.global_network_linear is not null
87
+ ))
88
+ ) t