bidding.py: Honor g.db_create_tables

This commit is contained in:
Keith Mitchell
2012-09-12 11:19:58 -07:00
parent b5c9d44ea9
commit 6828c6940f

View File

@@ -591,5 +591,6 @@ def to_date(d):
return d
# do all the leg work of creating/connecting to tables
Base.metadata.create_all()
if g.db_create_tables:
Base.metadata.create_all()