Skip to content

Commit

Permalink
Merge pull request #22 from Vizzuality/fix/cms/precision_on_decimal_c…
Browse files Browse the repository at this point in the history
…olumns_again

Increased precision again to fit the biggest values
  • Loading branch information
Agnieszka Figiel authored Oct 24, 2023
2 parents d88c2a8 + 6acd486 commit 7e4d2ce
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"column": {
"defaultTo": 0,
"type": "decimal",
"args": [10,2]
"args": [12,2]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"column": {
"defaultTo": 0,
"type": "decimal",
"args": [10,2]
"args": [12,2]
}
},
"totalArea": {
Expand All @@ -43,7 +43,7 @@
"column": {
"defaultTo": 0,
"type": "decimal",
"args": [10,2]
"args": [12,2]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"column": {
"defaultTo": 0,
"type": "decimal",
"args": [10,2]
"args": [12,2]
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion cms/src/api/mpa/content-types/mpa/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"column": {
"defaultTo": 0,
"type": "decimal",
"args": [10,2]
"args": [12,2]
}
},
"year": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"column": {
"defaultTo": 0,
"type": "decimal",
"args": [10,2]
"args": [12,2]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"column": {
"defaultTo": 0,
"type": "decimal",
"args": [10,2]
"args": [12,2]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"column": {
"defaultTo": 0,
"type": "decimal",
"args": [10,2]
"args": [12,2]
}
},
"protectedArea": {
Expand All @@ -44,7 +44,7 @@
"column": {
"defaultTo": 0,
"type": "decimal",
"args": [10,2]
"args": [12,2]
}
},
"protectedAreasCount": {
Expand Down

0 comments on commit 7e4d2ce

Please sign in to comment.