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