added tabsessions_to_myisam

This commit is contained in:
Rushabh Mehta 2013-01-28 17:00:59 +05:30
parent 1f0ccf8408
commit 6abb2e67e9
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
def execute():
import webnotes
webnotes.conn.commit()
webnotes.conn.sql("""alter table tabSessions engine=MyISAM""")

View File

@ -161,5 +161,5 @@ patch_list = [
"patches.january_2013.reload_print_format",
"patches.january_2013.rebuild_tree",
"execute:webnotes.reload_doc('core','doctype','docfield') #2013-01-28",
"patches.january_2013.tabsessions_to_myisam.py",
"patches.january_2013.tabsessions_to_myisam",
]