brotherton-erpnext/patches/january_2013/tabsessions_to_myisam.py
2013-01-28 16:56:32 +05:30

3 lines
95 B
Python

def execute():
import webnotes
webnotes.conn.sql("""alter table tabSessions engine=MyISAM""")