Save all lob events to the database

They're pretty raw, but this will help us to understand what we can
collect
This commit is contained in:
Eli Ribble 2026-04-21 22:24:12 +00:00
parent 4db1a6f678
commit 0ce3420792
No known key found for this signature in database
7 changed files with 607 additions and 8 deletions

View file

@ -0,0 +1,17 @@
// Code generated by BobGen psql v0.42.5. DO NOT EDIT.
// This file is meant to be re-generated in place and/or deleted at any time.
package dberrors
var LobEventErrors = &lobEventErrors{
ErrUniqueEventPkey: &UniqueConstraintError{
schema: "lob",
table: "event",
columns: []string{"id"},
s: "event_pkey",
},
}
type lobEventErrors struct {
ErrUniqueEventPkey *UniqueConstraintError
}