blob: 29ae17796f68d5e219225985761af41a163ebf54 [file] [log] [blame]
Rushabh Mehtae67d1fb2013-08-05 14:59:54 +05301# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
2# License: GNU General Public License v3. See license.txt
3
Anand Doshi486f9df2012-07-19 13:40:31 +05304from __future__ import unicode_literals
Nabin Haitc6fc3452012-06-25 15:30:59 +05305def execute():
6 import webnotes
7 webnotes.conn.commit()
8 webnotes.conn.sql("alter table `tabSessions` modify user varchar(180)")
9 webnotes.conn.begin()