Add ioevent logging for events.

This commit is contained in:
Patrick Fic
2024-03-15 09:55:14 -07:00
parent 013b56778b
commit 3eab3e2fb6
17 changed files with 80 additions and 18 deletions

View File

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

View File

@@ -0,0 +1,2 @@
CREATE INDEX "ioevents_useremail" on
"public"."ioevents" using btree ("useremail");