hastic-zzz/hastic-server

Rename 'from'/'to' to 'from_timestamp'/'to_timestamp'

Opened this issue · 0 comments

We can't use the word from as field in classes, because it is reserved word and it requires additional processing.

We should rename 'from'/'to' to 'from_timestamp'/'to_timestamp' everywhere (in analytics, server, panel) to use it in analytics' Segment class.