Skip to content

Commit

Permalink
DFPL-2356: Add migration to remove telephone number (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlistairEdwinOsborne authored Jul 30, 2024
1 parent 62f9eee commit d2547b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class DataMigrationServiceImpl implements DataMigrationService<Map<String
private final ObjectMapper objectMapper;
private final Map<String, Function<Map<String, Object>, Map<String, Object>>> migrations = Map.of(
"DFPL-log", this::triggerOnlyMigration,
"DFPL-2417", this::triggerOnlyMigration
"DFPL-2356", this::triggerOnlyMigration
);

private final Map<String, EsQuery> queries = Map.of(
Expand Down

0 comments on commit d2547b5

Please sign in to comment.