Rework phone subscription at the database layer so that we have a seprate phone status and subscriptions to district communications.
17 lines
576 B
Go
17 lines
576 B
Go
// 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 DistrictSubscriptionEmailErrors = &districtSubscriptionEmailErrors{
|
|
ErrUniqueDistrictSubscriptionEmailPkey: &UniqueConstraintError{
|
|
schema: "",
|
|
table: "district_subscription_email",
|
|
columns: []string{"organization_id", "email_contact_address"},
|
|
s: "district_subscription_email_pkey",
|
|
},
|
|
}
|
|
|
|
type districtSubscriptionEmailErrors struct {
|
|
ErrUniqueDistrictSubscriptionEmailPkey *UniqueConstraintError
|
|
}
|