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""")