Closed xybrnet closed 8 years ago
@longhotsummer
Possible new patch for #48
As has_total has no effect on whether a total column is created or not, should we not always set it as a column?
has_total
The exception which was removed in #59 doesn't get raised if run with this change.
There's lots of confusion around has_total, maybe we should change it to supports_percentages or something. This column still needs to exist in the database. #48 should be fixed by the previous patch, now.
supports_percentages
@longhotsummer
Possible new patch for #48
As
has_total
has no effect on whether a total column is created or not, should we not always set it as a column?The exception which was removed in #59 doesn't get raised if run with this change.