From 8e114fadd748ec7d41f519c9364bd28edf87e87c Mon Sep 17 00:00:00 2001 From: yrzam Date: Tue, 27 Feb 2024 03:54:47 +0400 Subject: [PATCH] fix --- schema.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.sql b/schema.sql index c8e4a79..fff5f29 100644 --- a/schema.sql +++ b/schema.sql @@ -229,7 +229,7 @@ CREATE INDEX "i_phys_asset_ownerships_asset_id_end_datetime" ON "phys_asset_owne "end_datetime" DESC ); -CREATE INDEX "i_swaps_credit_fin_tx_id" ON "swaps" ( +CREATE INDEX "i_swaps_credit_fin_transaction_id" ON "swaps" ( "credit_fin_transaction_id" ); @@ -237,7 +237,7 @@ CREATE INDEX "i_swaps_credit_phys_ownership_id" ON "swaps" ( "credit_phys_ownership_id" ); -CREATE INDEX "i_swaps_debit_fin_tx_id" ON "swaps" ( +CREATE INDEX "i_swaps_debit_fin_transaction_id" ON "swaps" ( "debit_fin_transaction_id" );