From 17ed70230e2ccd70bc8eb4e454ac218e7e6c6296 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 1 Jul 2013 11:45:09 +0200 Subject: [PATCH] Bad request --- htdocs/install/mysql/migration/3.4.0-3.5.0.sql | 1 + 1 file changed, 1 insertion(+) 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 17dbf296e70..868886b2665 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 @@ -68,6 +68,7 @@ DROP table llx_adherent_options_label; ALTER TABLE llx_user ADD accountancy_code VARCHAR( 24 ) NULL; +DELETE FROM llx_boxes where box_id IN (SELECT rowid FROM llx_boxes_def where file='box_activity.php' AND note IS NULL); DELETE FROM llx_boxes_def where file='box_activity.php' AND note IS NULL;