Commit 10a0864
authored
Make CHARTEVENTS VALUENUM colum wide.
CHARTEVENTS VALUENUM column was set to DECIMAL(22, 10) but that data has to be truncated when it is inserted, because the actual data contains 7 integer part digits and 23 or less than decimal places at most. Then I made the column DECIMAL(30, 23).1 parent 54fc00f commit 10a0864
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
0 commit comments