Merge remote-tracking branch 'origin/release/2024-03-15' into feature/IO-1828-Front-End-Package-Updates
This commit is contained in:
@@ -1,2 +1 @@
|
||||
alter table "public"."ioevents" add column "useremail" text
|
||||
not null;
|
||||
alter table "public"."ioevents" add column "useremail" text;
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
DROP INDEX IF EXISTS "public"."idx_audit_trail_type";
|
||||
@@ -0,0 +1,2 @@
|
||||
CREATE INDEX "idx_audit_trail_type" on
|
||||
"public"."audit_trail" using btree ("type");
|
||||
Reference in New Issue
Block a user