mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
added tabsessions_to_myisam
This commit is contained in:
3
patches/january_2013/tabsessions_to_myisam.py
Normal file
3
patches/january_2013/tabsessions_to_myisam.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("""alter table tabSessions engine=MyISAM""")
|
||||
Reference in New Issue
Block a user