github.com/nais/knorten@v0.0.0-20240104110906-55926958e361/pkg/database/migrations/001_extensions.sql (about) 1 -- +goose Up 2 CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; 3 4 -- +goose Down 5 DROP EXTENSION "uuid-ossp";