Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
#393 add primary key to OPERATOR_COST table (#394)
  • Loading branch information
sinev-valentine authored Dec 23, 2021
commit 5a5b916a0ddc5973752caabf7d2f3a6b7265924b
1 change: 1 addition & 0 deletions proxy/common_neon/costs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def __init__(self):
cur.execute('''
CREATE TABLE IF NOT EXISTS OPERATOR_COST
(
id SERIAL PRIMARY KEY,
hash char(64),
cost bigint,
used_gas bigint,
Expand Down