@nsshunt/stsdatamanagement 1.17.117 → 1.17.119
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/db-scripts/builddb.sql +1 -1
- package/package.json +1 -1
package/db-scripts/builddb.sql
CHANGED
|
@@ -882,7 +882,7 @@ BEGIN
|
|
|
882
882
|
sum(m.latency_histogram_gauge[5])::integer as latency_histogram_gauge_5,
|
|
883
883
|
sum(m.latency_histogram_gauge[6])::integer as latency_histogram_gauge_6,
|
|
884
884
|
sum(m.latency_histogram_gauge[7])::integer as latency_histogram_gauge_7
|
|
885
|
-
from stsmonitor m
|
|
885
|
+
from stsmonitor m;
|
|
886
886
|
END
|
|
887
887
|
$$;
|
|
888
888
|
|