brotherton-erpnext/patches/january_2013/tabsessions_to_myisam.py

3 lines
95 B
Python
Raw Normal View History

2013-01-28 11:26:32 +00:00
def execute():
import webnotes
webnotes.conn.sql("""alter table tabSessions engine=MyISAM""")