Add downgrade

This commit is contained in:
Rebecca Law
2016-06-28 14:45:12 +01:00
parent abb9135e35
commit 90ba1ec152

View File

@@ -24,5 +24,5 @@ def upgrade():
def downgrade():
### commands auto generated by Alembic - please adjust! ###
pass
op.alter_column('users', 'password_changed_at', nullable=True)
### end Alembic commands ###