From eee1cd91202f16bb56791fc3adfdb1f6ed4c2f9f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 29 Mar 2018 13:29:23 +0200 Subject: [PATCH] Fix data corrupted by v7 --- htdocs/install/mysql/migration/7.0.0-8.0.0.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/install/mysql/migration/7.0.0-8.0.0.sql b/htdocs/install/mysql/migration/7.0.0-8.0.0.sql index 665adb0768c..e9cf5a87ff6 100644 --- a/htdocs/install/mysql/migration/7.0.0-8.0.0.sql +++ b/htdocs/install/mysql/migration/7.0.0-8.0.0.sql @@ -39,6 +39,8 @@ ALTER TABLE llx_website_page ADD COLUMN type_container varchar(16) NOT NULL DEFA DROP TABLE llx_c_accountancy_category; DROP TABLE llx_c_accountingaccount; +update llx_propal set fk_statut = 1 where fk_statut = -1; + -- For 8.0