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.
5 lines
312 B
SQL
5 lines
312 B
SQL
-- Projection repair events are durable account history and are intentionally
|
|
-- not erased on rollback. Only remove the replay receipt column.
|
|
ALTER TABLE public.star_gift_upgrade_commands
|
|
DROP CONSTRAINT IF EXISTS star_gift_upgrade_command_source_edit_pts_check,
|
|
DROP COLUMN IF EXISTS source_edit_pts;
|