IO-1604 Add invoice final note to job close.

This commit is contained in:
Patrick Fic
2022-01-03 10:49:01 -08:00
parent ee6b91d6ce
commit e06fded73c
9 changed files with 42 additions and 0 deletions

View File

@@ -2694,6 +2694,7 @@
- intakechecklist
- invoice_allocation
- invoice_date
- invoice_final_note
- iouparent
- job_totals
- kanbanparent
@@ -2948,6 +2949,7 @@
- intakechecklist
- invoice_allocation
- invoice_date
- invoice_final_note
- iouparent
- job_totals
- kanbanparent
@@ -3212,6 +3214,7 @@
- intakechecklist
- invoice_allocation
- invoice_date
- invoice_final_note
- iouparent
- job_totals
- kanbanparent

View File

@@ -0,0 +1,4 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- alter table "public"."jobs" add column "invoice_final_note" Text
-- null;

View File

@@ -0,0 +1,2 @@
alter table "public"."jobs" add column "invoice_final_note" Text
null;