mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
3 lines
95 B
Python
3 lines
95 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("""alter table tabSessions engine=MyISAM""") |