Benutzerverwaltung begonnen

This commit is contained in:
Schubert Ferenc 2026-07-02 00:00:33 +02:00
parent d8ddc4c416
commit c4d27a1187
7 changed files with 88 additions and 3 deletions

View file

@ -7,6 +7,7 @@ from alembic import context
from app.core.config import settings
from app.db.database import Base
import app.models.user
config = context.config