We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1183504 commit 0597438Copy full SHA for 0597438
1 file changed
backend/src/osspckgs/migrations/V1784073600__security_contacts_reachability.sql
@@ -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