mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Update migration scripts to match the data model
This commit is contained in:
@@ -37,6 +37,6 @@ def downgrade():
|
||||
### commands auto generated by Alembic - please adjust! ###
|
||||
op.create_unique_constraint('users_name_key', 'users', ['name'])
|
||||
op.drop_index(op.f('ix_verify_codes_user_id'), table_name='verify_codes')
|
||||
op.drop_type('verify_code_types')
|
||||
op.drop_table('verify_codes')
|
||||
op.execute('DROP TYPE verify_code_types')
|
||||
### end Alembic commands ###
|
||||
|
||||
Reference in New Issue
Block a user