change(assist-stats): db
This commit is contained in:
parent
bdb2be81d4
commit
cc0c5cc1df
2 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue