mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 07:19:25 -05:00
bidding.py: Honor g.db_create_tables
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user