nidus-sync/db/dberrors/fieldseeker.polygonlocation.bob.go
Eli Ribble e18ce6a09e
Make fieldseeker tables key on globalid, version
This is because the objectid is not unique between organizations.
2026-01-13 04:16:24 +00:00

17 lines
560 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 FieldseekerPolygonlocationErrors = &fieldseekerPolygonlocationErrors{
ErrUniquePolygonlocationPkey: &UniqueConstraintError{
schema: "fieldseeker",
table: "polygonlocation",
columns: []string{"globalid", "version"},
s: "polygonlocation_pkey",
},
}
type fieldseekerPolygonlocationErrors struct {
ErrUniquePolygonlocationPkey *UniqueConstraintError
}