mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Updated event handling.
This commit is contained in:
parent
9f3acd1583
commit
9cb08956c0
7 changed files with 19 additions and 41 deletions
|
|
@ -34,7 +34,7 @@ create table event (
|
|||
created_at timestamp with time zone default current_timestamp,
|
||||
url varchar(500) not null,
|
||||
event_type varchar(50) not null,
|
||||
event_value varchar(255) not null
|
||||
event_value varchar(50) not null
|
||||
);
|
||||
|
||||
create index on session(created_at);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue