From 6abb2e67e95f7143cfa8151f75386548aec04000 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 28 Jan 2013 17:00:59 +0530 Subject: [PATCH] added tabsessions_to_myisam --- patches/january_2013/tabsessions_to_myisam.py | 1 + patches/patch_list.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/patches/january_2013/tabsessions_to_myisam.py b/patches/january_2013/tabsessions_to_myisam.py index 7bbc351a679..23d55629083 100644 --- a/patches/january_2013/tabsessions_to_myisam.py +++ b/patches/january_2013/tabsessions_to_myisam.py @@ -1,3 +1,4 @@ def execute(): import webnotes + webnotes.conn.commit() webnotes.conn.sql("""alter table tabSessions engine=MyISAM""") \ No newline at end of file diff --git a/patches/patch_list.py b/patches/patch_list.py index b87d9a4bc0b..c48f72fac51 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -161,5 +161,5 @@ patch_list = [ "patches.january_2013.reload_print_format", "patches.january_2013.rebuild_tree", "execute:webnotes.reload_doc('core','doctype','docfield') #2013-01-28", - "patches.january_2013.tabsessions_to_myisam.py", + "patches.january_2013.tabsessions_to_myisam", ] \ No newline at end of file