Done setup template

This commit is contained in:
2024-06-01 12:34:20 +00:00
parent 71d4afcc5e
commit 449a5f644f
104 changed files with 313 additions and 256 deletions

View File

@ -5,8 +5,8 @@ from sqlalchemy import pool
from alembic import context
from fuware.core.config import get_app_settings
from fuware.db.models._model_base import SqlAlchemyBase
from backend.core.config import get_app_settings
from backend.db.models._model_base import SqlAlchemyBase
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.