From 96cea7b79aecf15bcf70e6a210486a1ffa2d0024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Salvador?= Date: Mon, 1 Jul 2013 10:50:55 +0200 Subject: [PATCH] add the libname field in the migration script Conflicts: htdocs/install/mysql/migration/3.4.0-3.5.0.sql --- htdocs/install/mysql/migration/3.4.0-3.5.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 868886b2665..858fb2a51e9 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 @@ -71,4 +71,4 @@ 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; - +ALTER TABLE llx_cronjob ADD libname VARCHAR(255);