Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmiller committed Dec 5, 2021
1 parent 7bfe77a commit 478f9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alembic/versions/070819d86587_create_punk_snipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def upgrade():
sa.Column("punk_index", sa.Numeric, nullable=False),
sa.Column("min_acceptance_price", sa.Numeric, nullable=False),
sa.Column("acceptance_price", sa.Numeric, nullable=False),
sa.PrimaryKeyConstraint("transaction_hash", "trace_address"),
sa.PrimaryKeyConstraint("block_number", "transaction_hash", "trace_address"),
)


Expand Down

0 comments on commit 478f9ba

Please sign in to comment.