Skip to content

Commit

Permalink
Merge pull request #2437 from fluidity-money/develop-extend-size-of-b…
Browse files Browse the repository at this point in the history
…igint
  • Loading branch information
af-afk authored Dec 5, 2023
2 parents 0f94a83 + 59d3721 commit 0a143d0
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 0a143d0

Please sign in to comment.