mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 14:42:24 -05:00
Fix db downgrade script
This commit is contained in:
@@ -16,4 +16,4 @@ def upgrade():
|
||||
|
||||
|
||||
def downgrade():
|
||||
op.drop_constraint('uq_notifications_job_row_number')
|
||||
op.drop_constraint('uq_notifications_job_row_number', 'notifications', type_='unique')
|
||||
|
||||
Reference in New Issue
Block a user