owpengram-server/deploy/migrations/20260901000020_temp_auth_key_bind_function.down.sql
2026-09-01 12:06:31 +03:00

8 lines
133 B
SQL

DROP FUNCTION IF EXISTS public.telesrv_bind_temp_auth_key(
bigint,
bigint,
bigint,
bigint,
integer,
bytea
);