You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to populate umami's database from access logs, but right now it's not possible, as createdDate is left as default on saveEvent, which makes the database insert now().
Allowing the API user to provide createdAt is fairly straightforward and solves the issue, but I'm not sure about the implications on the rest of the codebase.
I'll open a PR to discuss
The text was updated successfully, but these errors were encountered:
Describe the feature or enhancement
I would like to populate umami's database from access logs, but right now it's not possible, as
createdDate
is left as default onsaveEvent
, which makes the database insertnow()
.Allowing the API user to provide
createdAt
is fairly straightforward and solves the issue, but I'm not sure about the implications on the rest of the codebase.I'll open a PR to discuss
The text was updated successfully, but these errors were encountered: