add missing file

This commit is contained in:
Patrick Jentsch 2022-11-30 15:13:52 +01:00
parent 7be410d66a
commit 620d9d1ea2

View File

@ -14,7 +14,6 @@ branch_labels = None
depends_on = None
def upgrade():
op.add_column(
'users',
sa.Column('full_name', sa.String(length=64), nullable=True)