Create base model for Mongo schemas

This commit is contained in:
stijndcl 2022-07-25 21:20:09 +02:00
parent 6bebd109bb
commit e6b4c3fd76
23 changed files with 64 additions and 20 deletions

View file

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