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

@@ -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;