1 2 3 4 5
BEGIN; UPDATE public.epix_hashtags SET deleted_at = localtimestamp WHERE name = 'EndSurveillance'; COMMIT;