Skip to content

Commit

Permalink
Remove chain ids
Browse files Browse the repository at this point in the history
  • Loading branch information
trizin authored Jun 28, 2023
1 parent 07bec14 commit 9cb1369
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db/structure.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ const predictoorData = `CREATE TABLE predictoor_data(
)`

const predictoorRewards = `CREATE TABLE predictoor_rewards(
chainID INT NOT NULL,
predictoor_addr VARCHAR(42) NOT NULL,
OCEAN_amt FLOAT(94, 10) NOT NULL,
round INT NOT NULL,
Expand All @@ -109,7 +108,6 @@ const challengeData = `CREATE TABLE challenge_data(
)`

const challengeRewards = `CREATE TABLE challenge_rewards(
chainID INT NOT NULL,
winner_addr VARCHAR(42) NOT NULL,
OCEAN_amt FLOAT(94, 10) NOT NULL,
round INT NOT NULL,
Expand Down

0 comments on commit 9cb1369

Please sign in to comment.