Merge pull request #7106 from atm-ph/fix_develop_sql_migration
Fix sql syntax
This commit is contained in:
commit
c66f67ee80
@ -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