github.com/navikt/knorten@v0.0.0-20240419132333-1333f46ed8b6/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";