Skip to content

Commit

Permalink
Make 5613_notification_types reversible #10772
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Apr 18, 2024
1 parent 064359e commit 83bf37c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arches/app/models/migrations/5613_notification_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ class Migration(migrations.Migration):
true
);
""",
"""
DELETE FROM notification_types
WHERE typeid in ('441e6ed4-188d-11ea-a35b-784f435179ea');
""",
migrations.RunSQL.noop,
),
]

0 comments on commit 83bf37c

Please sign in to comment.