nidus-sync/db/dberrors/publicreport.notify_email_water.bob.go
Eli Ribble e932c2c473
Rework publicreport addressing
This adds the ability to link a proper address in the database to the
report and harmonizes the field names with the address table. It also
migrates away from mapbox entirely.

And I fixed the "pool" naming for the publicreports, which are supposed
to be the more generic 'water'.
2026-03-09 18:02:22 +00:00

17 lines
543 B
Go

// 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 PublicreportNotifyEmailWaterErrors = &publicreportNotifyEmailWaterErrors{
ErrUniqueNotifyEmailPoolPkey: &UniqueConstraintError{
schema: "publicreport",
table: "notify_email_water",
columns: []string{"water_id", "email_address"},
s: "notify_email_pool_pkey",
},
}
type publicreportNotifyEmailWaterErrors struct {
ErrUniqueNotifyEmailPoolPkey *UniqueConstraintError
}