tweak migration

This commit is contained in:
Son NK 2020-04-14 22:34:29 +02:00
parent a0784fc711
commit 66b2325033
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ def upgrade():
# ### commands auto generated by Alembic - please adjust! ###
op.alter_column('alias_used_on', 'user_id',
existing_type=sa.INTEGER(),
nullable=False)
nullable=True)
# ### end Alembic commands ###