-- Budget Workbook: let the per-unit assessment rate use an overridden unit count -- (e.g. weighted units, excluding developer-owned). Null = use the live count of -- units in the association. alter table accounting.budget_workbooks add column if not exists unit_override integer;