patch to remove archive

This commit is contained in:
Anand Doshi
2012-02-21 14:12:13 +05:30
parent 0b3f4d40c4
commit c05ee5bf64
3 changed files with 35 additions and 2 deletions

View File

@@ -79,5 +79,15 @@ patch_list = [
'patch_module': 'patches.jan_mar_2012',
'patch_file': 'subcon_default_val',
'description': 'Default value of is_subcontracted in PO, PR is No'
}
},
{
'patch_module': 'patches.jan_mar_2012.website',
'patch_file': 'all',
'description': 'Run all website related patches'
},
{
'patch_module': 'patches.jan_mar_2012',
'patch_file': 'remove_archive',
'description': 'unarchive all records and drop archive tables'
},
]