Closed regisb closed 10 months ago
This slight difference causes users to write toUInt64(events.user_id) in many places, which is a pain.
toUInt64(events.user_id)
Fixed. https://github.com/overhangio/tutor-cairn/pull/23
This slight difference causes users to write
toUInt64(events.user_id)
in many places, which is a pain.