From c371f4e2a2b0a5fddf83112ff17c1ed07ab8bc12 Mon Sep 17 00:00:00 2001 From: --systemdf Date: Wed, 30 Jul 2025 12:23:32 -0700 Subject: [PATCH 1/2] no transaction --- .../migrations/20250726182247_auction_creation_time_idx.up.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/auction-server/migrations/20250726182247_auction_creation_time_idx.up.sql b/auction-server/migrations/20250726182247_auction_creation_time_idx.up.sql index 717e6903..c6bd1b66 100644 --- a/auction-server/migrations/20250726182247_auction_creation_time_idx.up.sql +++ b/auction-server/migrations/20250726182247_auction_creation_time_idx.up.sql @@ -1 +1,2 @@ +-- sqlx-no-transaction CREATE INDEX CONCURRENTLY auction_creation_time_idx ON auction (creation_time); From 1b0e27df40c9f079b33481156ca8b13c2e214e66 Mon Sep 17 00:00:00 2001 From: --systemdf Date: Wed, 30 Jul 2025 12:24:45 -0700 Subject: [PATCH 2/2] bump version --- Cargo.lock | 2 +- auction-server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97458c60..b9608595 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -653,7 +653,7 @@ dependencies = [ [[package]] name = "auction-server" -version = "0.35.0" +version = "0.35.1" dependencies = [ "anchor-lang", "anchor-lang-idl", diff --git a/auction-server/Cargo.toml b/auction-server/Cargo.toml index 407c8688..40f56c56 100644 --- a/auction-server/Cargo.toml +++ b/auction-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "auction-server" -version = "0.35.0" +version = "0.35.1" edition = "2021" license-file = "license.txt"