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