Skip to content

Commit

Permalink
Sort retain alphabetically (PRB-102)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Oct 31, 2023
1 parent d3229dd commit 1bf4db2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions conf/rppd-to-lobid.fix
Original file line number Diff line number Diff line change
Expand Up @@ -165,17 +165,17 @@ copy_field("f1ny", "describedBy.dateModified")

vacuum()
retain(
"rppdId",
"id",
"type[]",
"preferredName",
"variantName[]",
"dateOfBirth[]",
"dateOfDeath[]",
"depiction[]",
"gndIdentifier",
"describedBy",
"gender[]",
"professionOrOccupation[]"
"gndIdentifier",
"id",
"preferredName",
"professionOrOccupation[]",
"rppdId",
"type[]",
"variantName[]"
)

0 comments on commit 1bf4db2

Please sign in to comment.