mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 08:58:30 +01:00
tweak migration
This commit is contained in:
parent
a0784fc711
commit
66b2325033
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def upgrade():
|
||||||
# ### commands auto generated by Alembic - please adjust! ###
|
# ### commands auto generated by Alembic - please adjust! ###
|
||||||
op.alter_column('alias_used_on', 'user_id',
|
op.alter_column('alias_used_on', 'user_id',
|
||||||
existing_type=sa.INTEGER(),
|
existing_type=sa.INTEGER(),
|
||||||
nullable=False)
|
nullable=True)
|
||||||
# ### end Alembic commands ###
|
# ### end Alembic commands ###
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue