Anand Doshi | 486f9df | 2012-07-19 13:40:31 +0530 | [diff] [blame] | 1 | from __future__ import unicode_literals |
Nabin Hait | c6fc345 | 2012-06-25 15:30:59 +0530 | [diff] [blame] | 2 | def execute(): |
3 | import webnotes | ||||
4 | webnotes.conn.commit() | ||||
5 | webnotes.conn.sql("alter table `tabSessions` modify user varchar(180)") | ||||
6 | webnotes.conn.begin() |