Sync telesrv 4c0e2d9 (feat: complete official star gift lifecycle and admin tooling). Public adjustments: skipped private docs/deploy-nginx/README source changes, kept iamxvbaba/td public dependency, replaced local/private sample IP and orange seed label.
6 lines
288 B
SQL
6 lines
288 B
SQL
DROP INDEX IF EXISTS public.star_gift_auction_acquired_delivery_idx;
|
|
DROP INDEX IF EXISTS public.star_gift_auctions_due_idx;
|
|
DROP INDEX IF EXISTS public.star_gift_offers_resolution_outbox_idx;
|
|
|
|
ALTER TABLE public.star_gift_offers
|
|
RENAME COLUMN resolution_notified TO expiry_notified;
|