mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
added tabsessions_to_myisam
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
def execute():
|
def execute():
|
||||||
import webnotes
|
import webnotes
|
||||||
|
webnotes.conn.commit()
|
||||||
webnotes.conn.sql("""alter table tabSessions engine=MyISAM""")
|
webnotes.conn.sql("""alter table tabSessions engine=MyISAM""")
|
||||||
@@ -161,5 +161,5 @@ patch_list = [
|
|||||||
"patches.january_2013.reload_print_format",
|
"patches.january_2013.reload_print_format",
|
||||||
"patches.january_2013.rebuild_tree",
|
"patches.january_2013.rebuild_tree",
|
||||||
"execute:webnotes.reload_doc('core','doctype','docfield') #2013-01-28",
|
"execute:webnotes.reload_doc('core','doctype','docfield') #2013-01-28",
|
||||||
"patches.january_2013.tabsessions_to_myisam.py",
|
"patches.january_2013.tabsessions_to_myisam",
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user