fix alembic first migration
Some checks failed
Deploy Amap / deploy (push) Failing after 5s

This commit is contained in:
2026-02-20 00:10:36 +01:00
parent f6101a251a
commit a16c940452
8 changed files with 163 additions and 164 deletions

View File

@@ -7,7 +7,7 @@ from alembic import context
from sqlmodel import SQLModel
from src.settings import settings
from src.models import *
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.
config = context.config