patch_handler: issue fixed

This commit is contained in:
Nabin Hait 2011-10-18 18:30:00 +05:30
parent 92953548ae
commit 261ce6ca60

View file

@ -88,6 +88,7 @@ def check_already_applied_patch(patch_list):
if e.args[0]==1146:
webnotes.conn.sql("create table if not exists `__PatchLog` (patch TEXT, applied_on DATETIME)")
check_already_applied_patch(patch_list)
return
else:
raise e