Skip to content

Commit

Permalink
Fix syntax error for schema type
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMHasperhoven committed Feb 11, 2025
1 parent 62b19c4 commit bea4ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bin/pindexer/src/dex_ex/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bea4ceb

Please sign in to comment.