github.com/nais/knorten@v0.0.0-20240104110906-55926958e361/pkg/database/migrations/030_team_allowlist.sql (about) 1 -- +goose Up 2 ALTER TABLE teams ADD COLUMN "enable_allowlist" BOOLEAN NOT NULL DEFAULT false; 3 4 -- +goose Down 5 ALTER TABLE teams DROP COLUMN "enable_allowlist";