@golemio/rush-hour-aggregation 1.1.7 → 1.1.8-dev.1048813765

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.1.7",
3
+ "version": "1.1.8-dev.1048813765",
4
4
  "description": "Rush hour data aggregation for Praha dopravní project",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -13,7 +13,7 @@ select
13
13
  ) as properties
14
14
  from
15
15
  fcd.fcd_traff_params_part a
16
- join fcd.fcd_geos_90 g on
16
+ join praha_dopravni.fcd_geos_praha_dopravni g on
17
17
  a.source_identification::text = g.source_identification::text
18
18
  where
19
19
  a.measurement_or_calculation_time between $from and $to