From 9004d8cf093c67dd31a1ea3e73ac2583f5aedf0b Mon Sep 17 00:00:00 2001 From: Pascal Delange Date: Sun, 18 May 2025 22:56:24 +0200 Subject: [PATCH] [WIP] improve indexes to query decisions --- .../20250518225500_improve_indexes_on_decisions.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 repositories/migrations/20250518225500_improve_indexes_on_decisions.sql 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