Skip to content

Commit

Permalink
Add a note that metrics column sizes can't be changed simply by changing
Browse files Browse the repository at this point in the history
their constants in model
  • Loading branch information
natefoo committed May 3, 2018
1 parent ab8542a commit a543b62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/galaxy/model/__init__.py
Expand Up @@ -66,7 +66,8 @@
# this be unlimited - filter in Python if over this limit.
MAX_IN_FILTER_LENGTH = 100

# The column sizes for job metrics
# The column sizes for job metrics. Note: changing these values does not change the column sizes, a migration must be
# performed to do that.
JOB_METRIC_MAX_LENGTH = 1023
JOB_METRIC_PRECISION = 26
JOB_METRIC_SCALE = 7
Expand Down

0 comments on commit a543b62

Please sign in to comment.