mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
Merge branch 'primary-provider' of github.com:alphagov/notifications-api into primary-provider
This commit is contained in:
@@ -64,10 +64,8 @@ def upgrade():
|
||||
|
||||
def downgrade():
|
||||
|
||||
op.drop_constraint('provider_stats_to_provider_fk', 'provider_statistics', type_='foreignkey')
|
||||
op.drop_index(op.f('ix_provider_statistics_provider_id'), table_name='provider_statistics')
|
||||
op.drop_column('provider_statistics', 'provider_id')
|
||||
op.drop_constraint('provider_rate_to_provider_fk', 'provider_rates', type_='foreignkey')
|
||||
op.drop_index(op.f('ix_provider_rates_provider_id'), table_name='provider_rates')
|
||||
op.drop_column('provider_rates', 'provider_id')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user