owpengram-server/deploy/migrations/0049_channel_public_peer_search_indexes.down.sql
2026-06-04 01:37:39 +08:00

2 lines
109 B
SQL

DROP INDEX IF EXISTS channels_public_title_trgm_idx;
DROP INDEX IF EXISTS channels_public_username_trgm_idx;