From 1c80f35080bc90e62e2f42df5c9f4b3c26b72e1e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 30 Jun 2013 22:19:36 +0200 Subject: [PATCH] Fix: Avoid duplicate of old lines --- htdocs/install/mysql/migration/3.4.0-3.5.0.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/install/mysql/migration/3.4.0-3.5.0.sql b/htdocs/install/mysql/migration/3.4.0-3.5.0.sql index e1285d52c1a..17dbf296e70 100755 --- a/htdocs/install/mysql/migration/3.4.0-3.5.0.sql +++ b/htdocs/install/mysql/migration/3.4.0-3.5.0.sql @@ -67,3 +67,7 @@ DROP table llx_adherent_options; DROP table llx_adherent_options_label; ALTER TABLE llx_user ADD accountancy_code VARCHAR( 24 ) NULL; + +DELETE FROM llx_boxes_def where file='box_activity.php' AND note IS NULL; + +