From 5cde5e26b9f63a17b22d70be0b5fdd295f6ddf00 Mon Sep 17 00:00:00 2001 From: Gauthier PC portable 024 Date: Wed, 18 Aug 2021 19:48:17 +0200 Subject: [PATCH] FIX : ne back quote in migration script --- htdocs/install/mysql/migration/14.0.0-15.0.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/migration/14.0.0-15.0.0.sql b/htdocs/install/mysql/migration/14.0.0-15.0.0.sql index 697cb00e541..215427fec8a 100644 --- a/htdocs/install/mysql/migration/14.0.0-15.0.0.sql +++ b/htdocs/install/mysql/migration/14.0.0-15.0.0.sql @@ -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)