@golemio/waze-tt 1.1.9 → 1.1.10-dev.981485341

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.
@@ -0,0 +1,43 @@
1
+ drop PROCEDURE analytic.update_waze;
2
+ drop TABLE analytic.waze_route_travel_times_agg;
3
+
4
+ drop PROCEDURE analytic.update_tsk_bm2;
5
+ drop MATERIALIZED VIEW analytic.mv_tsk_bm2_normal;
6
+ drop VIEW analytic.v_tsk_bm2_route;
7
+
8
+ drop TABLE analytic.tsk_bm2_data_all;
9
+ drop TABLE analytic.tsk_bm2_route_hour_core;
10
+
11
+ drop PROCEDURE analytic.update_mala_strana;
12
+ drop MATERIALIZED VIEW analytic.mv_mala_strana_normal;
13
+ drop VIEW analytic.v_mala_strana_route;
14
+
15
+
16
+ drop VIEW analytic.v_route_travel_times;
17
+ drop VIEW analytic.v_route_live;
18
+
19
+ drop TABLE if exists analytic.mala_strana_data_all;
20
+ drop TABLE if exists analytic.mala_strana_route_hour_core;
21
+ drop TABLE if exists analytic.waze_dashboard_route_name;
22
+
23
+
24
+ drop VIEW analytic.v_barrande_data_all;
25
+ drop VIEW analytic.v_barrande_route;
26
+ drop VIEW analytic.v_barrande_last_update;
27
+
28
+
29
+ drop VIEW analytic.v_barrande_union_time_interval;
30
+ drop VIEW analytic.v_barrande_route_hour;
31
+
32
+ drop MATERIALIZED VIEW if exists analytic.mv_barrande_normal;
33
+ drop VIEW analytic.v_barrande_route_hour_core;
34
+
35
+
36
+ drop VIEW analytic.v_barrandov_bridge_route_details;
37
+ Drop VIEW analytic.v_barrandov_bridge_route_live;
38
+
39
+ drop PROCEDURE analytic.update_barande;
40
+
41
+ drop TABLE if exists analytic.barrande_data_all;
42
+ drop TABLE if exists analytic.barrande_route_hour_core ;
43
+ drop TABLE if exists analytic.barrande_black_list_route;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/waze-tt",
3
- "version": "1.1.9",
3
+ "version": "1.1.10-dev.981485341",
4
4
  "description": "Golemio Waze TT Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",