FIX Missing columns in migration
This commit is contained in:
parent
db56e1b8a1
commit
9a3251bcc9
@ -45,7 +45,7 @@ CREATE TABLE llx_expensereport_det
|
|||||||
multicurrency_subprice double(24,8) DEFAULT 0,
|
multicurrency_subprice double(24,8) DEFAULT 0,
|
||||||
multicurrency_total_ht double(24,8) DEFAULT 0,
|
multicurrency_total_ht double(24,8) DEFAULT 0,
|
||||||
multicurrency_total_tva double(24,8) DEFAULT 0,
|
multicurrency_total_tva double(24,8) DEFAULT 0,
|
||||||
multicurrency_total_ttc double(24,8) DEFAULT 0;
|
multicurrency_total_ttc double(24,8) DEFAULT 0,
|
||||||
fk_facture integer DEFAULT 0, -- ID of customer invoice line if expense is rebilled to a customer
|
fk_facture integer DEFAULT 0, -- ID of customer invoice line if expense is rebilled to a customer
|
||||||
rang integer DEFAULT 0, -- position of line
|
rang integer DEFAULT 0, -- position of line
|
||||||
import_key varchar(14)
|
import_key varchar(14)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user