change(assist-stats): db

This commit is contained in:
Shekar Siri 2023-10-31 12:58:19 +01:00
parent bdb2be81d4
commit cc0c5cc1df
2 changed files with 2 additions and 5 deletions

View file

@ -128,8 +128,7 @@ CREATE TABLE IF NOT EXISTS public.assist_events
project_id integer NOT NULL,
session_id varchar NOT NULL,
event_type varchar NOT NULL,
event_state varchar NOT NULL,
timestamp integer NOT NULL,
timestamp bigint NOT NULL,
duration integer,
agent_id integer
);

View file

@ -1122,8 +1122,7 @@ $$
project_id integer NOT NULL,
session_id varchar NOT NULL,
event_type varchar NOT NULL,
event_state varchar NOT NULL,
timestamp integer NOT NULL,
timestamp bigint NOT NULL,
duration integer,
agent_id integer
);
@ -1141,7 +1140,6 @@ $$
control_total BIGINT
);
CREATE TABLE IF NOT EXISTS public.assist_events_aggregates_logs
(
time BIGINT not null