mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
no issue - sqlite will store a float in an integer column due to it's type affinity resulting in long decimal numbers in the UI when we're expecting an integer - use the `ROUND()` function to ensure we're storing integers in place of floats when performing open rate average calculations |
||
---|---|---|
.. | ||
event-processing-result.js | ||
event-processor.js | ||
stats-aggregator.js |