Finish sqlmodel migration
- merge card.py, user.py and dbmodels.py into models.py - deduplicate - change responsemodels in the manager functions - correct inports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from sqlmodel import create_engine, SQLModel
|
||||
|
||||
from ..model.dbModels import Base
|
||||
from ..model.models import Base
|
||||
|
||||
SQLALCHEMY_DATABASE_URL = "sqlite:///./gatekeeper.db"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user