4 lines
88 B
SQL
4 lines
88 B
SQL
UPDATE public.users
|
|
SET verified = false,
|
|
updated_at = now()
|
|
WHERE id = 1250000013;
|