Drop district_id from subscriptions
This commit is contained in:
parent
b25daf12fa
commit
d93cdbef41
17 changed files with 62 additions and 2533 deletions
|
|
@ -1,17 +0,0 @@
|
|||
// 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 PublicreportSubscribeEmailErrors = &publicreportSubscribeEmailErrors{
|
||||
ErrUniqueSubscribeEmailPkey: &UniqueConstraintError{
|
||||
schema: "publicreport",
|
||||
table: "subscribe_email",
|
||||
columns: []string{"district_id", "email_address"},
|
||||
s: "subscribe_email_pkey",
|
||||
},
|
||||
}
|
||||
|
||||
type publicreportSubscribeEmailErrors struct {
|
||||
ErrUniqueSubscribeEmailPkey *UniqueConstraintError
|
||||
}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
// 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 PublicreportSubscribePhoneErrors = &publicreportSubscribePhoneErrors{
|
||||
ErrUniqueSubscribePhonePkey: &UniqueConstraintError{
|
||||
schema: "publicreport",
|
||||
table: "subscribe_phone",
|
||||
columns: []string{"district_id", "phone_e164"},
|
||||
s: "subscribe_phone_pkey",
|
||||
},
|
||||
}
|
||||
|
||||
type publicreportSubscribePhoneErrors struct {
|
||||
ErrUniqueSubscribePhonePkey *UniqueConstraintError
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue