owpengram-server/deploy/migrations/0044_stickers_service_bot.down.sql
2026-07-01 21:55:55 +08:00

14 lines
381 B
SQL

DELETE FROM public.bot_chat_states
WHERE bot_user_id = 1063110917;
DELETE FROM public.bots
WHERE bot_user_id = 1063110917;
DELETE FROM public.peer_usernames
WHERE peer_type = 'user' AND peer_id = 1063110917;
DELETE FROM public.read_model_versions
WHERE owner_user_id = 1063110917 AND peer_type = 'user' AND peer_id = 1063110917;
DELETE FROM public.users
WHERE id = 1063110917;