owpengram-server/deploy/migrations/20260714003065_star_gift_craft_projection.down.sql
2026-07-21 00:18:12 +03:00

7 lines
325 B
SQL

ALTER TABLE public.star_gift_craft_commands
DROP CONSTRAINT IF EXISTS star_gift_craft_source_edit_shape_check,
DROP COLUMN IF EXISTS source_edit_pts;
-- Burned/crafted lifecycle facts and emitted edit events are authoritative
-- business history. Downgrade intentionally does not resurrect consumed gifts.
SELECT 1;