From 72abdde912812cec3980f8d00eaa51438f66b35e Mon Sep 17 00:00:00 2001 From: aspangaro Date: Tue, 22 Mar 2016 12:57:45 +0100 Subject: [PATCH] Add in migration file 3.9 - 4.0, a sql operation to delete old menu of expense report --- htdocs/install/mysql/migration/3.9.0-4.0.0.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/install/mysql/migration/3.9.0-4.0.0.sql b/htdocs/install/mysql/migration/3.9.0-4.0.0.sql index c30a3da50f0..8d25cd8233d 100644 --- a/htdocs/install/mysql/migration/3.9.0-4.0.0.sql +++ b/htdocs/install/mysql/migration/3.9.0-4.0.0.sql @@ -322,4 +322,6 @@ ALTER TABLE llx_expensereport_det ADD COLUMN multicurrency_total_ttc double(24,8 ALTER TABLE llx_product_lang ADD COLUMN import_key varchar(14) DEFAULT NULL; -ALTER TABLE llx_actioncomm MODIFY COLUMN elementtype varchar(255) DEFAULT NULL; \ No newline at end of file +ALTER TABLE llx_actioncomm MODIFY COLUMN elementtype varchar(255) DEFAULT NULL; + +DELETE FROM llx_menu where module='expensereport'; \ No newline at end of file