@@ -302,27 +302,27 @@ WHERE
302
302
UNION ALL
303
303
SELECT
304
304
' 00000000-0000-0000-0000-000000000000' ::uuid, -- id
305
- ' 0001-01-01 00:00:00+00' ::timestamp , -- created_at
306
- ' 0001-01-01 00:00:00+00' ::timestamp , -- updated_at
305
+ ' 0001-01-01 00:00:00+00' ::timestamptz , -- created_at
306
+ ' 0001-01-01 00:00:00+00' ::timestamptz , -- updated_at
307
307
' 00000000-0000-0000-0000-000000000000' ::uuid, -- owner_id
308
308
' 00000000-0000-0000-0000-000000000000' ::uuid, -- organization_id
309
309
' 00000000-0000-0000-0000-000000000000' ::uuid, -- template_id
310
310
false, -- deleted
311
311
' **TECHNICAL_ROW**' , -- name
312
312
' ' , -- autostart_schedule
313
313
0 , -- ttl
314
- ' 0001-01-01 00:00:00+00' ::timestamp , -- last_used_at
315
- ' 0001-01-01 00:00:00+00' ::timestamp , -- dormant_at
316
- ' 0001-01-01 00:00:00+00' ::timestamp , -- deleting_at
314
+ ' 0001-01-01 00:00:00+00' ::timestamptz , -- last_used_at
315
+ ' 0001-01-01 00:00:00+00' ::timestamptz , -- dormant_at
316
+ ' 0001-01-01 00:00:00+00' ::timestamptz , -- deleting_at
317
317
' never' ::automatic_updates, -- automatic_updates
318
318
false, -- favorite
319
319
-- Extra columns added to `filtered_workspaces`
320
320
' ' , -- template_name
321
321
' 00000000-0000-0000-0000-000000000000' ::uuid, -- template_version_id
322
322
' ' , -- template_version_name
323
323
' ' , -- username
324
- ' 0001-01-01 00:00:00+00' ::timestamp , -- latest_build_completed_at,
325
- ' 0001-01-01 00:00:00+00' ::timestamp , -- latest_build_canceled_at,
324
+ ' 0001-01-01 00:00:00+00' ::timestamptz , -- latest_build_completed_at,
325
+ ' 0001-01-01 00:00:00+00' ::timestamptz , -- latest_build_canceled_at,
326
326
' ' , -- latest_build_error
327
327
' start' ::workspace_transition -- latest_build_transition
328
328
WHERE
0 commit comments