fix: simplify balance billing and govern operation logs
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
ALTER TABLE "RechargeOrder" DROP CONSTRAINT IF EXISTS "RechargeOrder_planId_fkey";
|
||||
|
||||
DROP TABLE IF EXISTS "BillingPlan";
|
||||
|
||||
ALTER TABLE "TenantAccount"
|
||||
DROP COLUMN "smsUnits",
|
||||
DROP COLUMN "creditCents";
|
||||
|
||||
ALTER TABLE "AccountTransaction"
|
||||
DROP COLUMN "smsUnits";
|
||||
|
||||
ALTER TABLE "RechargeOrder"
|
||||
DROP COLUMN "planId",
|
||||
DROP COLUMN "smsUnits";
|
||||
Reference in New Issue
Block a user