mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 06:58:27 +00:00
4 lines
119 B
Python
4 lines
119 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.conn.commit()
|
|
webnotes.conn.sql("""alter table tabSessions engine=MyISAM""") |