IO-1613 add suspended days to jobs.
This commit is contained in:
@@ -2780,6 +2780,7 @@
|
||||
- state_tax_rate
|
||||
- status
|
||||
- storage_payable
|
||||
- suspended
|
||||
- tax_lbr_rt
|
||||
- tax_levies_rt
|
||||
- tax_paint_mat_rt
|
||||
@@ -3035,6 +3036,7 @@
|
||||
- state_tax_rate
|
||||
- status
|
||||
- storage_payable
|
||||
- suspended
|
||||
- tax_lbr_rt
|
||||
- tax_levies_rt
|
||||
- tax_paint_mat_rt
|
||||
@@ -3300,6 +3302,7 @@
|
||||
- state_tax_rate
|
||||
- status
|
||||
- storage_payable
|
||||
- suspended
|
||||
- tax_lbr_rt
|
||||
- tax_levies_rt
|
||||
- tax_paint_mat_rt
|
||||
|
||||
@@ -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 "suspended" boolean
|
||||
-- not null default 'false';
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table "public"."jobs" add column "suspended" boolean
|
||||
not null default 'false';
|
||||
Reference in New Issue
Block a user