mirror of
https://github.com/renee-png/acmcc.git
synced 2026-06-21 01:40:01 +00:00
183fe0a93c
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
5 lines
237 B
SQL
5 lines
237 B
SQL
-- Add percent override option for interest fee exclusions
|
|
ALTER TYPE public.fee_exclusion_mode ADD VALUE IF NOT EXISTS 'override_percent';
|
|
|
|
ALTER TABLE public.unit_fee_exclusions
|
|
ADD COLUMN IF NOT EXISTS override_percent NUMERIC(6,4); |