reactions + the great merge
This commit is contained in:
parent
6871aa2449
commit
01dafa0d88
6 changed files with 144 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from logging.config import fileConfig
|
||||
from cef_3M.sql_generated import *
|
||||
|
||||
from sqlalchemy import engine_from_config
|
||||
from sqlalchemy import pool
|
||||
|
|
@ -21,7 +22,7 @@ config.set_main_option("sqlalchemy.url", os.getenv("THREEM_DBURL"))
|
|||
# for 'autogenerate' support
|
||||
# from myapp import mymodel
|
||||
# target_metadata = mymodel.Base.metadata
|
||||
target_metadata = None
|
||||
target_metadata = Base.metadata
|
||||
|
||||
# other values from the config, defined by the needs of env.py,
|
||||
# can be acquired:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue