Skip to content

Commit

Permalink
fix: remove redundant fields
Browse files Browse the repository at this point in the history
  • Loading branch information
vacekj committed Jul 31, 2024
1 parent d434e36 commit 7615b72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bin/pindexer/src/dex/dex.sql
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ CREATE TABLE IF NOT EXISTS dex_lp_execution (
CREATE TABLE IF NOT EXISTS dex_swap
(
height BIGINT PRIMARY KEY,
input Value,
output Value,
trace_start INTEGER REFERENCES dex_trace (id),
trace_end INTEGER REFERENCES dex_trace (id),
pair_asset_id_1 BYTEA NOT NULL,
Expand Down

0 comments on commit 7615b72

Please sign in to comment.