-- +goose Up
-- +goose StatementBegin
CREATE INDEX goal_user_id on goal(user_id);
-- +goose StatementEnd
-- +goose Down
DROP INDEX goal_user_id;