agentops/app/supabase/migrations/20240502200754_developer_er...

2 lines
102 B
SQL

ALTER TABLE public.developer_errors
ADD COLUMN timestamp timestamp with time zone null default now();