index patch on hold, will go through push_patch

This commit is contained in:
Nabin Hait 2011-07-26 16:14:10 +05:30
parent 5e04246b82
commit 19159f7658

View File

@ -1,7 +1,7 @@
# REMEMBER to update this # REMEMBER to update this
# ======================== # ========================
last_patch = 330 last_patch = 329
#------------------------------------------- #-------------------------------------------
@ -1326,8 +1326,5 @@ def execute(patch_no):
if webnotes.conn.get_value('Control Panel', None, 'account_id') != 'axjanak2011': if webnotes.conn.get_value('Control Panel', None, 'account_id') != 'axjanak2011':
sql("delete from `tabDocField` where fieldname = 'supplier_status' and parent = 'Supplier'") sql("delete from `tabDocField` where fieldname = 'supplier_status' and parent = 'Supplier'")
elif patch_no == 329: elif patch_no == 329:
from index_patch import create_proper_index
create_proper_index()
elif patch_no == 330:
reload_doc('utilities', 'doctype', 'rename_tool') reload_doc('utilities', 'doctype', 'rename_tool')
reload_doc('utilities', 'doctype', 'bulk_rename_tool') reload_doc('utilities', 'doctype', 'bulk_rename_tool')