Skip to content
Snippets Groups Projects
Commit a31cbc1b authored by Ryan Senior's avatar Ryan Senior
Browse files

Switch min/max columns from floats to doubles

parent cb576c54
No related branches found
No related tags found
No related merge requests found
......@@ -3655,7 +3655,7 @@ databaseChangeLog:
columns:
- column:
name: min_value
type: float
type: double
constraints:
nullable: true
- addColumn:
......@@ -3663,6 +3663,6 @@ databaseChangeLog:
columns:
- column:
name: max_value
type: float
type: double
constraints:
nullable: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment