feat: add media supply billing center
Frontend CI / Frontend (push) Successful in 5m44s
Backend CI / Backend (push) Failing after 6m58s

This commit is contained in:
2026-06-29 23:13:33 +08:00
parent 4040d22605
commit 31811b07d4
16 changed files with 926 additions and 12 deletions
@@ -0,0 +1,5 @@
ALTER TABLE media_supply_wallet_ledgers
DROP CONSTRAINT IF EXISTS chk_media_supply_wallet_ledger_fact_non_negative,
DROP COLUMN IF EXISTS gross_profit_cents,
DROP COLUMN IF EXISTS cost_cents,
DROP COLUMN IF EXISTS sales_cents;