owpengram-server/deploy/migrations/20260807120000_gif_service_bot.down.sql
2026-08-07 10:13:11 +03:00

9 lines
417 B
SQL

-- Remove the built-in @gif seed. Its private history is left alone: chat rows
-- reference the account, and dropping them would rewrite users' dialogs.
DELETE FROM public.read_model_versions
WHERE owner_user_id = 1250000015 AND peer_type = 'user' AND peer_id = 1250000015;
DELETE FROM public.peer_usernames
WHERE peer_type = 'user' AND peer_id = 1250000015;
DELETE FROM public.bots WHERE bot_user_id = 1250000015;