Rushabh Mehta | e67d1fb | 2013-08-05 14:59:54 +0530 | [diff] [blame] | 1 | # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. |
2 | # License: GNU General Public License v3. See license.txt | ||||
3 | |||||
Anand Doshi | 486f9df | 2012-07-19 13:40:31 +0530 | [diff] [blame] | 4 | from __future__ import unicode_literals |
Nabin Hait | c6fc345 | 2012-06-25 15:30:59 +0530 | [diff] [blame] | 5 | def execute(): |
6 | import webnotes | ||||
7 | webnotes.conn.commit() | ||||
8 | webnotes.conn.sql("alter table `tabSessions` modify user varchar(180)") | ||||
9 | webnotes.conn.begin() |