reactions + the great merge

This commit is contained in:
CEF Server 2025-01-18 22:17:21 +00:00
parent 6871aa2449
commit 01dafa0d88
6 changed files with 144 additions and 4 deletions

View file

@ -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: