[patch] [cleanup] drop unused tables

This commit is contained in:
Rushabh Mehta
2013-06-11 17:32:48 +05:30
parent 1894709aa3
commit a642d59cfd
4 changed files with 167 additions and 7 deletions

View File

@@ -242,5 +242,6 @@ patch_list = [
"patches.june_2013.p02_update_project_completed",
"execute:webnotes.delete_doc('DocType', 'System Console')",
"patches.june_2013.p04_fix_event_for_lead_oppty_project",
"patches.june_2013.p05_remove_unused_doctypes"
"patches.june_2013.p05_remove_unused_doctypes",
"patches.june_2013.p06_drop_unused_tables"
]