Store images with nuisance reports
This commit is contained in:
parent
a369758eda
commit
527f6a5628
18 changed files with 2443 additions and 63 deletions
17
db/dberrors/publicreport.nuisance_image.bob.go
Normal file
17
db/dberrors/publicreport.nuisance_image.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 PublicreportNuisanceImageErrors = &publicreportNuisanceImageErrors{
|
||||
ErrUniqueNuisanceImagePkey: &UniqueConstraintError{
|
||||
schema: "publicreport",
|
||||
table: "nuisance_image",
|
||||
columns: []string{"image_id", "nuisance_id"},
|
||||
s: "nuisance_image_pkey",
|
||||
},
|
||||
}
|
||||
|
||||
type publicreportNuisanceImageErrors struct {
|
||||
ErrUniqueNuisanceImagePkey *UniqueConstraintError
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue