10 lines
207 B
SQL
10 lines
207 B
SQL
-- +goose Up
|
|
-- +goose StatementBegin
|
|
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
|
|
-- +goose StatementEnd
|
|
|
|
-- +goose Down
|
|
-- +goose StatementBegin
|
|
DROP EXTENSION IF EXISTS "uuid-ossp";
|
|
-- +goose StatementEnd
|