blob: 4e0310bffb0b59648b711580badcd6dac3bf363c [file] [log] [blame]
Anand Doshi486f9df2012-07-19 13:40:31 +05301from __future__ import unicode_literals
Nabin Haitc6fc3452012-06-25 15:30:59 +05302def execute():
3 import webnotes
4 webnotes.conn.commit()
5 webnotes.conn.sql("alter table `tabSessions` modify user varchar(180)")
6 webnotes.conn.begin()