diff --git a/repositories/migrations/20250518225500_improve_indexes_on_decisions.sql b/repositories/migrations/20250518225500_improve_indexes_on_decisions.sql new file mode 100644 index 000000000..35c566cfa --- /dev/null +++ b/repositories/migrations/20250518225500_improve_indexes_on_decisions.sql @@ -0,0 +1,10 @@ +-- +goose Up +-- +goose StatementBegin +-- empty placeholder for migration, while I start writing the PR body +select + 1; + +-- +goose StatementEnd +-- +goose Down +-- +goose StatementBegin +-- +goose StatementEnd \ No newline at end of file