From 0abce73c13f3e3f07aa0163d90c99b803a962aad Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sun, 19 Feb 2012 03:35:59 +0100 Subject: [PATCH] Update script to show deprecated tables (we do not delete them however) --- htdocs/install/mysql/migration/3.1.0-3.2.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/migration/3.1.0-3.2.0.sql b/htdocs/install/mysql/migration/3.1.0-3.2.0.sql index d7bf4e25baf..da1efc150a8 100755 --- a/htdocs/install/mysql/migration/3.1.0-3.2.0.sql +++ b/htdocs/install/mysql/migration/3.1.0-3.2.0.sql @@ -200,4 +200,4 @@ ALTER TABLE llx_product_stock DROP COLUMN location; -- DROP TABLE llx_c_methode_commande_fournisseur; -- DROP TABLE llx_c_source; -- DROP TABLE llx_expedition_methode; - +-- DROP TABLE llx_product_fournisseur; -- GitLab