Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
7edf8997060718ffcb90ff49bd7b6efe80b4683c
/
.
/
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
()