Skip to content

Commit

Permalink
fixup! Add field blacklisted reason to alert sender model
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Sep 5, 2023
1 parent e650a15 commit b4960c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nav/models/sql/changes/sc.05.07.0002.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE alertsender ADD COLUMN blacklisted_reason VARCHAR(100);
ALTER TABLE alertsender ADD COLUMN blacklisted_reason VARCHAR;

0 comments on commit b4960c8

Please sign in to comment.