Skip to content
Snippets Groups Projects
Commit a758d9d4 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge pull request #4873 from aspangaro/4.0-p2

Add in migration file 3.9 - 4.0, a sql operation to delete old menu of expense report
parents a2b3b24c 53f2a7a0
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment