Add ability to delay text message sending

This commit is contained in:
Eli Ribble 2026-01-26 16:10:30 +00:00
parent ab105e16e8
commit adc99e8871
No known key found for this signature in database
24 changed files with 2028 additions and 28 deletions

View 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
}