mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Fix downgrade script
This commit is contained in:
@@ -20,4 +20,5 @@ def upgrade():
|
||||
|
||||
def downgrade():
|
||||
op.get_bind()
|
||||
op.execute("delete from service_permissions where permission = 'schedule_notifications'")
|
||||
op.execute("delete from service_permission_types where name = 'schedule_notifications'")
|
||||
|
||||
Reference in New Issue
Block a user