Merged in feature/IO-1828-Front-End-Package-Updates (pull request #1359)

Feature/IO-1828 Front End Package Updates
This commit is contained in:
Dave Richer
2024-03-15 17:28:09 +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");