Modify email subscription table to drop district ID

I don't have time to work out all the behavior, this is just to get to
where I can release
This commit is contained in:
Eli Ribble 2026-02-10 05:12:42 +00:00
parent d93cdbef41
commit e40fe55eaf
No known key found for this signature in database
15 changed files with 1302 additions and 26 deletions

View 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 PublicreportSubscribeEmailErrors = &publicreportSubscribeEmailErrors{
ErrUniqueSubscribeEmailPkey: &UniqueConstraintError{
schema: "publicreport",
table: "subscribe_email",
columns: []string{"id"},
s: "subscribe_email_pkey",
},
}
type publicreportSubscribeEmailErrors struct {
ErrUniqueSubscribeEmailPkey *UniqueConstraintError
}

View 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 PublicreportSubscribePhoneErrors = &publicreportSubscribePhoneErrors{
ErrUniqueSubscribePhonePkey: &UniqueConstraintError{
schema: "publicreport",
table: "subscribe_phone",
columns: []string{"id"},
s: "subscribe_phone_pkey",
},
}
type publicreportSubscribePhoneErrors struct {
ErrUniqueSubscribePhonePkey *UniqueConstraintError
}