nidus-sync/db/dberrors/fileupload.flyover_aerial_service.bob.go
Eli Ribble ff2ec0ad14
Split out ability to upload flyover data from pool uploads
Tons of changes here, all in the name of quickly getting to where I can
create test compliance letters.
2026-03-02 18:49:02 +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 FileuploadFlyoverAerialServiceErrors = &fileuploadFlyoverAerialServiceErrors{
ErrUniqueFlyoverAerialServicePkey: &UniqueConstraintError{
schema: "fileupload",
table: "flyover_aerial_service",
columns: []string{"id"},
s: "flyover_aerial_service_pkey",
},
}
type fileuploadFlyoverAerialServiceErrors struct {
ErrUniqueFlyoverAerialServicePkey *UniqueConstraintError
}