owpengram-server/deploy/migrations/0106_star_gift_profile_pin_order.down.sql
A f88aa16a49 fix: sync star gift profile pin order
Sync telesrv 6fcc6f0 (fix(stargifts): honor profile pin order).

Skipped telesrv docs changes per public sync rules.
2026-07-19 13:20:36 +08:00

2 lines
138 B
SQL

DROP INDEX IF EXISTS public.peer_star_gifts_owner_profile_order_idx;
DROP INDEX IF EXISTS public.peer_star_gifts_owner_pinned_order_uniq;