remove debuggingtool

pull/198/head
nanu-c 7 years ago
parent 26f314d371
commit 3acf80c42b

@ -335,8 +335,6 @@ def setup_db():
primary_key=True)
)
cc_ids.append([row.id, row.datatype])
import sys
print >>sys.stderr,row.datatype
if row.datatype == 'bool':
ccdict = {'__tablename__': 'custom_column_' + str(row.id),
'id': Column(Integer, primary_key=True),

Loading…
Cancel
Save