First swagger version, added auto-migrate on startup
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
-- +goose Up
|
||||
-- +goose StatementBegin
|
||||
CREATE EXTENSION IF NOT EXISTS pg_tgrm;
|
||||
CREATE EXTENSION IF NOT EXISTS pg_trgm;
|
||||
-- +goose StatementEnd
|
||||
|
||||
-- +goose Down
|
||||
-- +goose StatementBegin
|
||||
DROP EXTENSION IF EXISTS pg_tgrm;
|
||||
DROP EXTENSION IF EXISTS pg_trgm;
|
||||
-- +goose StatementEnd
|
||||
|
||||
Reference in New Issue
Block a user