adjustments on the net rev pool

This commit is contained in:
aecsocket
2026-08-26 15:08:56 +01:00
parent 9b85f3bcdf
commit d513c6c756
22 changed files with 203 additions and 111 deletions
@@ -3,7 +3,7 @@ CREATE TABLE payout_periods (
CHECK (EXTRACT(DAY FROM period) = 1),
raw_actual_aditude_revenue_usd NUMERIC(40, 20) NOT NULL
CHECK (raw_actual_aditude_revenue_usd >= 0),
adjustments JSONB NOT NULL
revenue_adjustments JSONB NOT NULL
);
CREATE TABLE payout_period_days (