nidus-sync/db/dberrors/comms.email_log.bob.go
Eli Ribble 196792810b
Overhaul email sending system
Add logging and saving templates to the database for historical
accuracy.
2026-01-23 20:36:16 +00:00

17 lines
437 B
Go

// Code generated by BobGen psql v0.42.1. DO NOT EDIT.
// This file is meant to be re-generated in place and/or deleted at any time.
package dberrors
var CommsEmailLogErrors = &commsEmailLogErrors{
ErrUniqueEmailLogPkey: &UniqueConstraintError{
schema: "comms",
table: "email_log",
columns: []string{"id"},
s: "email_log_pkey",
},
}
type commsEmailLogErrors struct {
ErrUniqueEmailLogPkey *UniqueConstraintError
}