owpengram-server/deploy/migrations/0086_owpengram_system_account_brand.down.sql
2026-07-13 10:30:24 +03:00

3 lines
110 B
SQL

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