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

починка админки1

This commit is contained in:
MoonTestUse1
2025-01-03 23:53:34 +06:00
parent 30d203fa7c
commit e038093138
2 changed files with 3 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ def upgrade() -> None:
sa.Column('department', sa.String(), nullable=False),
sa.Column('office', sa.String(), nullable=False),
sa.Column('hashed_password', sa.String(), nullable=False),
sa.Column('created_at', sa.DateTime(timezone=True), server_default=sa.text('now()'), nullable=False),
sa.PrimaryKeyConstraint('id')
)