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.
This commit is contained in:
parent
b95a3275ff
commit
079d20c086
43 changed files with 7208 additions and 3094 deletions
17
db/dberrors/publicreport.pool_image.bob.go
Normal file
17
db/dberrors/publicreport.pool_image.bob.go
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue