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:
parent
d93cdbef41
commit
e40fe55eaf
15 changed files with 1302 additions and 26 deletions
17
db/dberrors/publicreport.subscribe_email.bob.go
Normal file
17
db/dberrors/publicreport.subscribe_email.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 PublicreportSubscribeEmailErrors = &publicreportSubscribeEmailErrors{
|
||||
ErrUniqueSubscribeEmailPkey: &UniqueConstraintError{
|
||||
schema: "publicreport",
|
||||
table: "subscribe_email",
|
||||
columns: []string{"id"},
|
||||
s: "subscribe_email_pkey",
|
||||
},
|
||||
}
|
||||
|
||||
type publicreportSubscribeEmailErrors struct {
|
||||
ErrUniqueSubscribeEmailPkey *UniqueConstraintError
|
||||
}
|
||||
17
db/dberrors/publicreport.subscribe_phone.bob.go
Normal file
17
db/dberrors/publicreport.subscribe_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 PublicreportSubscribePhoneErrors = &publicreportSubscribePhoneErrors{
|
||||
ErrUniqueSubscribePhonePkey: &UniqueConstraintError{
|
||||
schema: "publicreport",
|
||||
table: "subscribe_phone",
|
||||
columns: []string{"id"},
|
||||
s: "subscribe_phone_pkey",
|
||||
},
|
||||
}
|
||||
|
||||
type publicreportSubscribePhoneErrors struct {
|
||||
ErrUniqueSubscribePhonePkey *UniqueConstraintError
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue