Files
logiflow/migrations/20260303130358_init.sql
2026-03-03 18:25:55 +05:00

10 lines
199 B
SQL

-- +goose Up
-- +goose StatementBegin
CREATE EXTENSION IF NOT EXISTS pg_tgrm;
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
DROP EXTENSION IF EXISTS pg_tgrm;
-- +goose StatementEnd