some shit

This commit is contained in:
2026-03-03 18:25:55 +05:00
parent 723d884fc2
commit 6be1619d66
7 changed files with 70 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
-- +goose Up
-- +goose StatementBegin
SELECT 'up SQL query';
CREATE EXTENSION IF NOT EXISTS pg_tgrm;
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
SELECT 'down SQL query';
DROP EXTENSION IF EXISTS pg_tgrm;
-- +goose StatementEnd