add the libname field in the migration script

Conflicts:
	htdocs/install/mysql/migration/3.4.0-3.5.0.sql
This commit is contained in:
Cédric Salvador 2013-07-01 10:50:55 +02:00
parent aa4f2ba8fb
commit 96cea7b79a

View File

@ -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);