Skip to content

Commit

Permalink
drop replace secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Nov 22, 2023
1 parent 9eab6a0 commit ec9e21a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions init.d/replace-datasets-secrets.sh

This file was deleted.

6 changes: 3 additions & 3 deletions views/HakaiKCBuoy1hour.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SELECT
"measurementTime",
"KCBuoy:WindSpd_QL",
"KCBuoy:WindSpd_QC",
"KCBuoy:WindSpd_UQL",
COALESCE("KCBuoy:WindSpd_UQL",1),
"KCBuoy:WindSpd_Avg",
"KCBuoy:WindSpd_Min",
"KCBuoy:WindSpd_Max",
Expand All @@ -22,7 +22,7 @@ SELECT
"KCBuoy:AirTemp_Avg",
"KCBuoy:AirTemp_Min",
"KCBuoy:AirTemp_Max",
"KCBuoy:StationAirPressure_QL",
COALESCE("KCBuoy:StationAirPressure_QL", 1) as "KCBuoy:StationAirPressure_QL",
"KCBuoy:StationAirPressure_QC",
"KCBuoy:StationAirPressure_UQL",
"KCBuoy:StationAirPressure",
Expand Down Expand Up @@ -59,7 +59,7 @@ SELECT
"KCBuoy:WaterConductivity_Std",
"KCBuoy:WaterPressure_QL",
"KCBuoy:WaterPressure_QC",
"KCBuoy:WaterPressure_UQL",
"KCBuoy:WaterPressure_UQL" ,
"KCBuoy:WaterPressure",
"KCBuoy:WaterPressure_Med",
"KCBuoy:WaterPressure_Avg",
Expand Down

0 comments on commit ec9e21a

Please sign in to comment.