From cc723958f1b5cd405d5f58ae23946c44f284b2b7 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 22 Apr 2024 14:55:03 +0200 Subject: [PATCH] (NOBIDS) db: fix last db-migration (#2869) --- db/migrations/20240422141500_add_withdrawals_amount_index.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/migrations/20240422141500_add_withdrawals_amount_index.sql b/db/migrations/20240422141500_add_withdrawals_amount_index.sql index 610ca07ffe..69dd0970ac 100644 --- a/db/migrations/20240422141500_add_withdrawals_amount_index.sql +++ b/db/migrations/20240422141500_add_withdrawals_amount_index.sql @@ -1,3 +1,5 @@ +-- +goose NO TRANSACTION + -- +goose Up -- +goose StatementBegin SELECT 'up SQL query - add an index for the amount of the withdrawals';