some shit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user