1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

Fix database

This commit is contained in:
MoonTestUse1
2025-01-07 06:46:37 +06:00
parent ee0217cfbb
commit 21e4194909
10 changed files with 53 additions and 401 deletions

View File

@@ -4,5 +4,5 @@ from app.models.employee import Employee # noqa
from app.models.request import Request # noqa
from app.models.token import Token # noqa
# Импортируем все модели, чтобы Alembic мог их обнаружить
# Import all models for Alembic autogenerate support
__all__ = ["Base", "Employee", "Request", "Token"]