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:
parent
4db1a6f678
commit
0ce3420792
7 changed files with 607 additions and 8 deletions
17
db/dberrors/lob.event.bob.go
Normal file
17
db/dberrors/lob.event.bob.go
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue