Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
d69b32e856e22c9ce8b10ce6f28f264a096b9b89
/
.
/
patches
/
june_2012
/
alter_tabsessions.py
blob: 4e0310bffb0b59648b711580badcd6dac3bf363c [
file
] [
log
] [
blame
]
from
__future__
import
unicode_literals
def
execute
():
import
webnotes
webnotes
.
conn
.
commit
()
webnotes
.
conn
.
sql
(
"alter table `tabSessions` modify user varchar(180)"
)
webnotes
.
conn
.
begin
()