* feat(chalice): upgraded dependencies * feat(chalice): changed path analysis schema * feat(DB): click coordinate support * feat(chalice): changed path analysis issues schema feat(chalice): upgraded dependencies * fix(chalice): fixed pydantic issue * refactor(chalice): refresh token validator * feat(chalice): role restrictions * feat(chalice): EE path analysis changes * refactor(DB): changed creation queries refactor(DB): changed delte queries feat(DB): support new path analysis payload * feat(chalice): save path analysis card * feat(chalice): restrict access * feat(chalice): restrict access * feat(chalice): EE save new path analysis card
8 lines
No EOL
230 B
PL/PgSQL
8 lines
No EOL
230 B
PL/PgSQL
BEGIN;
|
|
CREATE INDEX pages_session_id_timestamp_idx ON events.pages (session_id, timestamp);
|
|
|
|
CREATE INDEX issues_project_id_idx ON public.issues (project_id);
|
|
CREATE INDEX jobs_project_id_idx ON public.jons (project_id);
|
|
|
|
|
|
COMMIT; |