Fix sql ; missing
This commit is contained in:
parent
c466beea3d
commit
035bb671f2
@ -189,7 +189,7 @@ DELETE FROM llx_const WHERE name = __ENCRYPT('DONATION_ART885')__;
|
|||||||
ALTER TABLE llx_extrafields MODIFY COLUMN printable integer DEFAULT 0;
|
ALTER TABLE llx_extrafields MODIFY COLUMN printable integer DEFAULT 0;
|
||||||
ALTER TABLE llx_extrafields ADD COLUMN printable integer DEFAULT 0;
|
ALTER TABLE llx_extrafields ADD COLUMN printable integer DEFAULT 0;
|
||||||
|
|
||||||
UPDATE llx_const SET name = 'INVOICE_USE_RETAINED_WARRANTY' WHERE name = 'INVOICE_USE_SITUATION_RETAINED_WARRANTY'
|
UPDATE llx_const SET name = 'INVOICE_USE_RETAINED_WARRANTY' WHERE name = 'INVOICE_USE_SITUATION_RETAINED_WARRANTY';
|
||||||
|
|
||||||
ALTER TABLE llx_accounting_account DROP COLUMN pcg_subtype;
|
ALTER TABLE llx_accounting_account DROP COLUMN pcg_subtype;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user