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

3 lines
207 B
SQL

DROP INDEX IF EXISTS public.channel_messages_public_forward_source_seek_idx;
DROP INDEX IF EXISTS public.channel_members_stats_period_idx;
DROP INDEX IF EXISTS public.channel_message_viewers_stats_date_idx;