mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 23:55:46 +02:00
Create base model for Mongo schemas
This commit is contained in:
parent
6bebd109bb
commit
e6b4c3fd76
23 changed files with 64 additions and 20 deletions
|
|
@ -5,7 +5,7 @@ from sqlalchemy.ext.asyncio import AsyncEngine
|
|||
|
||||
from alembic import context
|
||||
from database.engine import postgres_engine
|
||||
from database.models import Base
|
||||
from database.schemas.relational import Base
|
||||
|
||||
# this is the Alembic Config object, which provides
|
||||
# access to the values within the .ini file in use.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue