feat: sync built-in sticker bot
This commit is contained in:
parent
7096625e13
commit
6867d201ed
60 changed files with 7063 additions and 144 deletions
14
deploy/migrations/0044_stickers_service_bot.down.sql
Normal file
14
deploy/migrations/0044_stickers_service_bot.down.sql
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue