Files
tp/migrator/migrations/20240813111847_create_extension_uuid_ossp.sql
T
2024-08-13 16:33:46 +05:00

10 lines
197 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