Merged in feature/IO-2679-interactivity-tracking (pull request #1358)

Feature/IO-2679 interactivity tracking
This commit is contained in:
Patrick Fic
2024-03-15 17:25:59 +00:00
3 changed files with 4 additions and 2 deletions

View File

@@ -1,2 +1 @@
alter table "public"."ioevents" add column "useremail" text
not null;
alter table "public"."ioevents" add column "useremail" text;

View File

@@ -0,0 +1 @@
DROP INDEX IF EXISTS "public"."idx_audit_trail_type";

View File

@@ -0,0 +1,2 @@
CREATE INDEX "idx_audit_trail_type" on
"public"."audit_trail" using btree ("type");