This required a schema change and actually dumps all existing photo data from the public reports page. That's probably fine since it's not deployed to any customers so all data is currently test data.
17 lines
489 B
Go
17 lines
489 B
Go
// Code generated by BobGen psql v0.42.1. DO NOT EDIT.
|
|
// This file is meant to be re-generated in place and/or deleted at any time.
|
|
|
|
package dberrors
|
|
|
|
var PublicreportPoolImageErrors = &publicreportPoolImageErrors{
|
|
ErrUniquePoolImagePkey: &UniqueConstraintError{
|
|
schema: "publicreport",
|
|
table: "pool_image",
|
|
columns: []string{"image_id", "pool_id"},
|
|
s: "pool_image_pkey",
|
|
},
|
|
}
|
|
|
|
type publicreportPoolImageErrors struct {
|
|
ErrUniquePoolImagePkey *UniqueConstraintError
|
|
}
|