Skip to content

Commit 9e8409e

Browse files
authored
Merge pull request #396 from icefoganalytics/test
Add funding_application_type_id filtering to status APIs
2 parents e5deb6b + cacea36 commit 9e8409e

File tree

4 files changed

+548
-497
lines changed

4 files changed

+548
-497
lines changed

db/2025_updates.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,6 @@ VALUES (2, 'Cancelled', 'Cancelled', 1, 4),
245245
(2, 'Wait', 'Wait', 1, 6)
246246

247247
INSERT INTO sfa.registered_trade (name) VALUES
248-
('Electrical'), ('Plumbing')
248+
('Electrical'), ('Plumbing')
249+
250+
update sfa.status set funding_application_type_id = 1 where funding_application_type_id is null

0 commit comments

Comments
 (0)