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.
7 lines
325 B
SQL
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;
|