Add ability to delay text message sending
This commit is contained in:
parent
ab105e16e8
commit
adc99e8871
24 changed files with 2028 additions and 28 deletions
17
db/dberrors/comms.text_job.bob.go
Normal file
17
db/dberrors/comms.text_job.bob.go
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// 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 CommsTextJobErrors = &commsTextJobErrors{
|
||||
ErrUniqueTextJobPkey: &UniqueConstraintError{
|
||||
schema: "comms",
|
||||
table: "text_job",
|
||||
columns: []string{"id"},
|
||||
s: "text_job_pkey",
|
||||
},
|
||||
}
|
||||
|
||||
type commsTextJobErrors struct {
|
||||
ErrUniqueTextJobPkey *UniqueConstraintError
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue