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