owpengram-server/deploy/migrations/20260713103024_owpengram_system_account_brand.down.sql
2026-07-18 10:33:17 +03:00

3 lines
110 B
SQL

UPDATE public.users
SET first_name = 'Telegram', username = 'telegram', updated_at = now()
WHERE id = 777000;