Skip to content

Commit 0597438

Browse files
committed
feat: add reachability columns to security_contacts
Signed-off-by: Mouad BANI <mouad-mb@outlook.com>
1 parent 1183504 commit 0597438

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE security_contacts ADD COLUMN IF NOT EXISTS reachable BOOLEAN NOT NULL DEFAULT TRUE;
2+
ALTER TABLE security_contacts ADD COLUMN IF NOT EXISTS reachability_reason TEXT;

0 commit comments

Comments
 (0)