Make fieldseeker tables key on globalid, version
This is because the objectid is not unique between organizations.
This commit is contained in:
parent
d02d34cbaa
commit
e18ce6a09e
110 changed files with 10602 additions and 486 deletions
|
|
@ -7,7 +7,7 @@ var FieldseekerFieldscoutinglogErrors = &fieldseekerFieldscoutinglogErrors{
|
|||
ErrUniqueFieldscoutinglogPkey: &UniqueConstraintError{
|
||||
schema: "fieldseeker",
|
||||
table: "fieldscoutinglog",
|
||||
columns: []string{"objectid", "version"},
|
||||
columns: []string{"globalid", "version"},
|
||||
s: "fieldscoutinglog_pkey",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue