nidus-sync/db/dberrors/publicreport.pool_image.bob.go
Eli Ribble 079d20c086
Extract EXIF data from images
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.
2026-01-16 20:16:58 +00:00

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
}