Skip to content

Commit

Permalink
Change the type of win_amount in ethereum_pending_reward_type
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Dec 4, 2023
1 parent 073c51f commit 59d3721
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 59d3721

Please sign in to comment.