From bea4ceb0b19fc2f7ab34cb0e962e4ada42d14d3e Mon Sep 17 00:00:00 2001 From: "Jason M. Hasperhoven" Date: Tue, 11 Feb 2025 18:16:08 +0400 Subject: [PATCH] Fix syntax error for schema type --- crates/bin/pindexer/src/dex_ex/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bin/pindexer/src/dex_ex/schema.sql b/crates/bin/pindexer/src/dex_ex/schema.sql index 107af4d08a..94cf7559bd 100644 --- a/crates/bin/pindexer/src/dex_ex/schema.sql +++ b/crates/bin/pindexer/src/dex_ex/schema.sql @@ -222,7 +222,7 @@ CREATE TYPE batch_swap_summary AS ( -- The number of swaps in the batch swap. num_swaps INTEGER, -- The price with `asset_end` as the quote asset. - price_float DOUBLE PRECISION NOT NULL + price_float DOUBLE PRECISION ); -- A summary of block data with a bias for DEX data.