Skip to content

Commit

Permalink
Update DB commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tino097 committed Sep 10, 2018
1 parent bae6951 commit 2886f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/cli/db.py
Expand Up @@ -62,7 +62,7 @@ def version():
u'''Return current version'''
try:
from ckan.model import Session
print(Session.execute('select version from '
'migrate_version;').fetchall())
print(Session.execute(u'select version from '
u'migrate_version;').fetchall())
except Exception as e:
print(e)

0 comments on commit 2886f6d

Please sign in to comment.