Skip to content

Commit

Permalink
try to avoid database clash
Browse files Browse the repository at this point in the history
  • Loading branch information
francesconazzaro committed Dec 21, 2023
1 parent d96d36b commit 838936f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cads_broker/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import alembic.config
from cads_broker import config

BaseModel = cacholote.database.Base
BaseModel = sa.orm.declarative_base()

logger: structlog.stdlib.BoundLogger = structlog.get_logger(__name__)

Expand Down

0 comments on commit 838936f

Please sign in to comment.