commit | c6fc345f356540bade6090f99070fc2c9900c4f3 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Jun 25 15:30:59 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Jun 25 15:30:59 2012 +0530 |
tree | 7f6fd35fc33a857296b5aca91ad323f07d9f6248 | |
parent | e5a0086fea1fb1c9d54fda545e92cc7886dbea4b [diff] |
alter tabsessions to change user column definition
diff --git a/erpnext/patches/june_2012/alter_tabsessions.py b/erpnext/patches/june_2012/alter_tabsessions.py new file mode 100644 index 0000000..1ea4d7c --- /dev/null +++ b/erpnext/patches/june_2012/alter_tabsessions.py
@@ -0,0 +1,5 @@ +def execute(): + import webnotes + webnotes.conn.commit() + webnotes.conn.sql("alter table `tabSessions` modify user varchar(180)") + webnotes.conn.begin() \ No newline at end of file