Skip to content

Commit

Permalink
Use uint256 again for the pending reward type
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Dec 13, 2023
1 parent 57906e0 commit 9c13ddf
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

-- migrate:up

ALTER TABLE ethereum_pending_reward_type
ALTER COLUMN win_amount TYPE uint256;

-- migrate:down

ALTER TABLE ethereum_pending_reward_type
ALTER COLUMN win_amount TYPE BIGINT;

0 comments on commit 9c13ddf

Please sign in to comment.