merged from gramsrv upstream

This commit is contained in:
onysd 2026-09-01 12:06:31 +03:00
parent 79c64ee916
commit 21a0856587
651 changed files with 54774 additions and 4590 deletions

View file

@ -0,0 +1,7 @@
DROP TRIGGER IF EXISTS custom_verifications_peer_identity_changed ON public.custom_verifications;
DROP TRIGGER IF EXISTS peer_usernames_peer_identity_changed ON public.peer_usernames;
DROP FUNCTION IF EXISTS public.telesrv_notify_peer_identity_row();
DROP FUNCTION IF EXISTS public.telesrv_bump_peer_identity(text, bigint);
DELETE FROM public.read_model_versions
WHERE model = 'peer_identity';