mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
починка админки1
This commit is contained in:
@@ -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')
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user