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" 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);