2013-08-05 14:59:54 +05:30
|
|
|
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
|
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
2013-01-28 16:56:32 +05:30
|
|
|
def execute():
|
|
|
|
import webnotes
|
2013-01-28 17:00:59 +05:30
|
|
|
webnotes.conn.commit()
|
2013-01-28 16:56:32 +05:30
|
|
|
webnotes.conn.sql("""alter table tabSessions engine=MyISAM""")
|