nidus-sync/db/dberrors/publicreport.quick.bob.go
Eli Ribble b35c9496b6
Add the ability to register for updates on quick reports
At this point it also appears that I'm correctly capturing the GPS
location as both PostGIS data and as an H3 cell.
2026-01-08 15:34:48 +00:00

26 lines
700 B
Go

// Code generated by BobGen psql v0.0.4-0.20260105020634-53e08d840e47+dirty. DO NOT EDIT.
// This file is meant to be re-generated in place and/or deleted at any time.
package dberrors
var PublicreportQuickErrors = &publicreportQuickErrors{
ErrUniqueQuickPkey: &UniqueConstraintError{
schema: "publicreport",
table: "quick",
columns: []string{"id"},
s: "quick_pkey",
},
ErrUniqueQuickPublicIdKey: &UniqueConstraintError{
schema: "publicreport",
table: "quick",
columns: []string{"public_id"},
s: "quick_public_id_key",
},
}
type publicreportQuickErrors struct {
ErrUniqueQuickPkey *UniqueConstraintError
ErrUniqueQuickPublicIdKey *UniqueConstraintError
}