mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
Implement analytics marker events (#6090)
* Analytics events * prepare * change route prefix * update route return * Add mod launcher analytics * more UA strings * fix ci * caching on analytics events * Return parent modpack versions for playtime queries * sqlx prepare * fmt * dummy fixtures
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
create table analytics_events (
|
||||
id bigint primary key,
|
||||
meta jsonb not null,
|
||||
starts timestamptz not null,
|
||||
ends timestamptz not null
|
||||
);
|
||||
Reference in New Issue
Block a user