wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam
at main 7 lines 178 B view raw
1-- 󰚰 Update an user `is_active` field 2update public.user_account as u 3set 4 is_active = $2, 5 updated_at = current_timestamp 6where u.id = $1 7returning u.id, u.is_active;