Merge remote-tracking branch 'upstream/main' into merge-gramsrv-9106877
This commit is contained in:
commit
ac6a50c5ff
697 changed files with 100880 additions and 8052 deletions
|
|
@ -0,0 +1,12 @@
|
|||
-- Remove the built-in @verifierbot seed. Its private history is left alone: chat
|
||||
-- rows reference the account, and dropping them would rewrite users' dialogs.
|
||||
--
|
||||
-- Any verifier status an operator granted this bot lives in bot_verifier_settings
|
||||
-- (0155) and cascades when this account seed is removed.
|
||||
DELETE FROM public.read_model_versions
|
||||
WHERE owner_user_id = 1250000013 AND peer_type = 'user' AND peer_id = 1250000013;
|
||||
|
||||
DELETE FROM public.peer_usernames
|
||||
WHERE peer_type = 'user' AND peer_id = 1250000013;
|
||||
|
||||
DELETE FROM public.bots WHERE bot_user_id = 1250000013;
|
||||
Loading…
Add table
Add a link
Reference in a new issue