mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-12 21:10:00 +00:00
Merge branch 'master' of https://github.com/janeczku/calibre-web
This commit is contained in:
commit
85f1ca6101
@ -358,7 +358,7 @@ def _migrate_table(session, orm_class):
|
||||
if column_name[0] != '_':
|
||||
try:
|
||||
session.query(column).first()
|
||||
except exc.OperationalError as err:
|
||||
except OperationalError as err:
|
||||
log.debug("%s: %s", column_name, err.args[0])
|
||||
if column.default is not None:
|
||||
if sys.version_info < (3, 0):
|
||||
|
Loading…
Reference in New Issue
Block a user