mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
added tabsessions_to_myisam
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.commit()
|
||||
webnotes.conn.sql("""alter table tabSessions engine=MyISAM""")
|
||||
Reference in New Issue
Block a user