Create report platform layer
Rework phone subscription at the database layer so that we have a seprate phone status and subscriptions to district communications.
This commit is contained in:
parent
cbcd998803
commit
a9b0a55f20
34 changed files with 4844 additions and 257 deletions
17
db/dberrors/district_subscription_phone.bob.go
Normal file
17
db/dberrors/district_subscription_phone.bob.go
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// 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 DistrictSubscriptionPhoneErrors = &districtSubscriptionPhoneErrors{
|
||||
ErrUniqueDistrictSubscriptionPhonePkey: &UniqueConstraintError{
|
||||
schema: "",
|
||||
table: "district_subscription_phone",
|
||||
columns: []string{"organization_id", "phone_e164"},
|
||||
s: "district_subscription_phone_pkey",
|
||||
},
|
||||
}
|
||||
|
||||
type districtSubscriptionPhoneErrors struct {
|
||||
ErrUniqueDistrictSubscriptionPhonePkey *UniqueConstraintError
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue