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
157262305d
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
## [2.1.1] - 2020-04-14
|
||||
Fix migrations to be compatible with 3x version
|
||||
|
||||
## [2.1.0] - 2020-03-23
|
||||
Support PGP
|
||||
|
|
|
@ -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 ###
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue