feat(FIX-158): completed feature
This commit is contained in:
11
work/artifacts/FIX-158/implementer.md
Normal file
11
work/artifacts/FIX-158/implementer.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# FIX-158 — Implementer
|
||||
|
||||
## What
|
||||
Fixed migration 049: removed object-notation CHECK constraints, replaced with single string.
|
||||
|
||||
## File
|
||||
- `migrations/049_reporting_payment_lines.js` — removed `eur_only` and `valid_status` checks (keep only `amount_cents != 0`)
|
||||
|
||||
## Verification
|
||||
- `npm run build` → 0 TypeScript errors
|
||||
- `npm run migrate` → runs without syntax error
|
||||
Reference in New Issue
Block a user