brotherton-erpnext/patches/january_2013/tabsessions_to_myisam.py
2013-01-28 17:00:59 +05:30

4 lines
119 B
Python

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