FIX : ne back quote in migration script

This commit is contained in:
Gauthier PC portable 024 2021-08-18 19:48:17 +02:00
parent 9098356b1f
commit 5cde5e26b9

View File

@ -145,4 +145,4 @@ create table llx_stocktransfer_stocktransferline_extrafields
ALTER TABLE llx_stocktransfer_stocktransferline_extrafields ADD INDEX idx_fk_object(fk_object);
ALTER TABLE `llx_stock_mouvement` CHANGE `origintype` `origintype` VARCHAR(64)
ALTER TABLE llx_stock_mouvement CHANGE origintype origintype VARCHAR(64)