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

чиним билд11

This commit is contained in:
MoonTestUse1
2025-01-02 00:24:57 +06:00
parent 379cf83d36
commit 7c36382917
3 changed files with 6 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ class RequestPriority(str, enum.Enum):
class Request(Base):
__tablename__ = "requests"
__table_args__ = {'extend_existing': True}
__module__ = "app.models.request"
id = Column(Integer, primary_key=True, index=True)
employee_id = Column(Integer, ForeignKey("employees.id"))