Move away from "SMS" as the operative word - we're going RCS. Move all comms processing to a separate goroutine Rename the DB tables
17 lines
457 B
Go
17 lines
457 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 CommsTextLogErrors = &commsTextLogErrors{
|
|
ErrUniqueTextLogPkey: &UniqueConstraintError{
|
|
schema: "comms",
|
|
table: "text_log",
|
|
columns: []string{"destination", "source", "type"},
|
|
s: "text_log_pkey",
|
|
},
|
|
}
|
|
|
|
type commsTextLogErrors struct {
|
|
ErrUniqueTextLogPkey *UniqueConstraintError
|
|
}
|