Skip to content

Commit

Permalink
update schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis Igoumenos committed Oct 24, 2023
1 parent 0c46e61 commit 224c5df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/config/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
"identifiers_i2": { "columns": [ "identifier", "type_id", "external_identity_id" ] },
"identifiers_i3": { "columns": [ "type_id" ] },
"identifiers_i4": { "needed": false, "columns": [ "provisioning_target_id" ] },
"identifiers_i5": { "columns": [ "lower(identifier::text)", "type_id" ] }
"identifiers_i5": { "columns": [ "lower(identifier)", "type_id" ] }
},
"mvea": [ "person", "external_identity", "group" ],
"sourced": true
Expand Down Expand Up @@ -657,9 +657,9 @@
"reference_identifier": {}
},
"indexes": {
"ext_identity_sources_records_i1": { "columns": [ "external_identity_source_id" ] },
"ext_identity_sources_records_i2": { "columns": [ "external_identity_id" ] },
"ext_identity_sources_records_i3": { "columns": [ "external_identity_source_id", "source_key" ] }
"ext_identity_source_records_i1": { "columns": [ "external_identity_source_id" ] },
"ext_identity_source_records_i2": { "columns": [ "external_identity_id" ] },
"ext_identity_source_records_i3": { "columns": [ "external_identity_source_id", "source_key" ] }
}
}
},
Expand Down

0 comments on commit 224c5df

Please sign in to comment.