alter tabsessions to change user column definition
This commit is contained in:
parent
e5a0086fea
commit
c6fc345f35
5
erpnext/patches/june_2012/alter_tabsessions.py
Normal file
5
erpnext/patches/june_2012/alter_tabsessions.py
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
def execute():
|
||||||
|
import webnotes
|
||||||
|
webnotes.conn.commit()
|
||||||
|
webnotes.conn.sql("alter table `tabSessions` modify user varchar(180)")
|
||||||
|
webnotes.conn.begin()
|
Loading…
x
Reference in New Issue
Block a user