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