tweak migration

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

View File

@ -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

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 ###