Fix sql syntax
This commit is contained in:
parent
cb1c461b69
commit
42183877e8
@ -346,7 +346,7 @@ ALTER TABLE llx_product_fournisseur_price_log ADD COLUMN multicurrency_tx d
|
|||||||
ALTER TABLE llx_product_fournisseur_price_log ADD COLUMN multicurrency_price double(24,8) DEFAULT NULL;
|
ALTER TABLE llx_product_fournisseur_price_log ADD COLUMN multicurrency_price double(24,8) DEFAULT NULL;
|
||||||
ALTER TABLE llx_product_fournisseur_price_log ADD COLUMN multicurrency_price_ttc double(24,8) DEFAULT NULL;
|
ALTER TABLE llx_product_fournisseur_price_log ADD COLUMN multicurrency_price_ttc double(24,8) DEFAULT NULL;
|
||||||
|
|
||||||
UPDATE TABLE llx_contrat set ref = rowid where ref is null or ref = '';
|
UPDATE llx_contrat set ref = rowid where ref is null or ref = '';
|
||||||
|
|
||||||
create table llx_payment_various
|
create table llx_payment_various
|
||||||
(
|
(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user