mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
9586d1ce56
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 |
||
---|---|---|
.. | ||
client@ee071537ca | ||
frontend | ||
server | ||
shared | ||
index.js |