3 lines
95 B
Python
3 lines
95 B
Python
|
def execute():
|
||
|
import webnotes
|
||
|
webnotes.conn.sql("""alter table tabSessions engine=MyISAM""")
|