commit: 2025-04-07 17:38:24

This commit is contained in:
Paul Trowbridge 2025-04-07 17:38:24 -04:00
parent 45020fb23f
commit 2a98de83d1
3 changed files with 4 additions and 4 deletions

View File

@ -1714,8 +1714,8 @@ WHERE
rlarp.osm_log(doc) rlarp.osm_log(doc)
SELECT SELECT
$${ $${
"message":"force accounts to match target total pounds", "message":"forecasted pounds",
"tag":"DSM Forecast", "tag":"Share Lost",
"type":"build" "type":"build"
}$$::jsonb doc }$$::jsonb doc
RETURNING * RETURNING *

View File

@ -1714,8 +1714,8 @@ WHERE
rlarp.osm_log(doc) rlarp.osm_log(doc)
SELECT SELECT
$${ $${
"message":"force accounts to match target total pounds", "message":"forecasted pounds",
"tag":"DSM Forecast", "tag":"Share Won",
"type":"build" "type":"build"
}$$::jsonb doc }$$::jsonb doc
RETURNING * RETURNING *

View File