mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-28 12:30:00 +00:00
remove debuggingtool
This commit is contained in:
parent
26f314d371
commit
3acf80c42b
@ -335,8 +335,6 @@ def setup_db():
|
|||||||
primary_key=True)
|
primary_key=True)
|
||||||
)
|
)
|
||||||
cc_ids.append([row.id, row.datatype])
|
cc_ids.append([row.id, row.datatype])
|
||||||
import sys
|
|
||||||
print >>sys.stderr,row.datatype
|
|
||||||
if row.datatype == 'bool':
|
if row.datatype == 'bool':
|
||||||
ccdict = {'__tablename__': 'custom_column_' + str(row.id),
|
ccdict = {'__tablename__': 'custom_column_' + str(row.id),
|
||||||
'id': Column(Integer, primary_key=True),
|
'id': Column(Integer, primary_key=True),
|
||||||
|
Loading…
Reference in New Issue
Block a user