diff --git a/erpnext/patches/june_2012/alter_tabsessions.py b/erpnext/patches/june_2012/alter_tabsessions.py new file mode 100644 index 00000000000..1ea4d7c07b0 --- /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