Files
tp/migrator/migrations/20240813111847_create_extension_uuid_ossp.sql
T
valitovgaziz 8ee6e6cd14 save get done
2024-08-13 17:48:12 +05:00

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