Skip to content

Commit

Permalink
server: Update blocks.difficulty precision
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed Mar 3, 2019
1 parent ff85797 commit d9c56e3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions server/conf/evolutions/default/14.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

# --- !Ups

ALTER TABLE blocks
ALTER COLUMN difficulty TYPE DECIMAL(35, 20);


# --- !Downs

ALTER TABLE blocks
ALTER COLUMN difficulty TYPE DECIMAL(30, 20);

0 comments on commit d9c56e3

Please sign in to comment.