commented out test

This commit is contained in:
Dona Maria Absi
2025-05-02 14:55:51 +03:00
parent 76806f8df4
commit 606de2e0e3

View File

@ -1,9 +1,7 @@
WITH params AS (
SELECT
--TO_DATE(NULLIF($2, ''), 'YYYY-MM-DD') AS event_date,
--string_to_array(NULLIF($4, ''), ',') AS device_ids,
NULL::date AS event_date,
ARRAY['8d2ae87f-4068-4f45-8eb7-9b5f5bf7c6c2'] AS device_ids
TO_DATE(NULLIF($2, ''), 'YYYY-MM-DD') AS event_date,
string_to_array(NULLIF($4, ''), ',') AS device_ids
)
SELECT A.*