IO-1433 Add Loss of Use Field

This commit is contained in:
Patrick Fic
2021-10-18 19:56:12 -07:00
parent 289a8222a0
commit 99196a77ed
10 changed files with 41 additions and 1 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 "loss_of_use" text
-- null;

View File

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