migration create extension uuid-ossp

This commit is contained in:
valitovgaziz
2024-08-13 16:33:46 +05:00
parent 2a3c5c8f64
commit 45a13df2b9
2 changed files with 11 additions and 2 deletions
@@ -0,0 +1,9 @@
-- +goose Up
-- +goose StatementBegin
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
DROP EXTENSION "uuid-ossp";
-- +goose StatementEnd