IO-2054 QBO Split AR
This commit is contained in:
@@ -3139,6 +3139,7 @@
|
||||
- po_number
|
||||
- policy_no
|
||||
- production_vars
|
||||
- qb_multiple_payers
|
||||
- queued_for_parts
|
||||
- rate_ats
|
||||
- rate_la1
|
||||
@@ -3401,6 +3402,7 @@
|
||||
- po_number
|
||||
- policy_no
|
||||
- production_vars
|
||||
- qb_multiple_payers
|
||||
- queued_for_parts
|
||||
- rate_ats
|
||||
- rate_la1
|
||||
@@ -3673,6 +3675,7 @@
|
||||
- po_number
|
||||
- policy_no
|
||||
- production_vars
|
||||
- qb_multiple_payers
|
||||
- queued_for_parts
|
||||
- rate_ats
|
||||
- rate_la1
|
||||
|
||||
@@ -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 "qb_multiple_payers" jsonb
|
||||
-- null;
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table "public"."jobs" add column "qb_multiple_payers" jsonb
|
||||
null;
|
||||
Reference in New Issue
Block a user