Drop district_id from subscriptions

This commit is contained in:
Eli Ribble 2026-02-10 04:59:27 +00:00
parent b25daf12fa
commit d93cdbef41
No known key found for this signature in database
17 changed files with 62 additions and 2533 deletions

View file

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

View file

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