mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 10:28:55 -04:00
Updated the Provider stats and rates DAO objects to query based on the identifier in the ProviderDetails object.
- updated all tests - changed teardown to leave provider details rows on end of individual tests
This commit is contained in:
@@ -26,7 +26,6 @@ def upgrade():
|
||||
op.drop_column('provider_statistics', 'provider')
|
||||
|
||||
|
||||
|
||||
def downgrade():
|
||||
|
||||
op.add_column('provider_statistics', sa.Column('provider', postgresql.ENUM('mmg', 'twilio', 'firetext', 'ses', name='providers'), autoincrement=False, nullable=False))
|
||||
@@ -37,4 +36,3 @@ def downgrade():
|
||||
op.alter_column('provider_rates', 'provider_id',
|
||||
existing_type=postgresql.UUID(),
|
||||
nullable=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user