budgeteer/postgres/schema/0001_enable-uuid-ossp.sql

5 lines
100 B
SQL

-- +goose Up
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
-- +goose Down
DROP EXTENSION "uuid-ossp";