mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 23:27:31 +00:00
commented out test
This commit is contained in:
@ -1,9 +1,7 @@
|
|||||||
WITH params AS (
|
WITH params AS (
|
||||||
SELECT
|
SELECT
|
||||||
--TO_DATE(NULLIF($2, ''), 'YYYY-MM-DD') AS event_date,
|
TO_DATE(NULLIF($2, ''), 'YYYY-MM-DD') AS event_date,
|
||||||
--string_to_array(NULLIF($4, ''), ',') AS device_ids,
|
string_to_array(NULLIF($4, ''), ',') AS device_ids
|
||||||
NULL::date AS event_date,
|
|
||||||
ARRAY['8d2ae87f-4068-4f45-8eb7-9b5f5bf7c6c2'] AS device_ids
|
|
||||||
)
|
)
|
||||||
|
|
||||||
SELECT A.*
|
SELECT A.*
|
||||||
|
Reference in New Issue
Block a user