Skip to content

Commit

Permalink
[DFPL-2527] Migration to remove temporary manage order fields (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfilmore authored Sep 12, 2024
1 parent 15d5ec1 commit 52e2481
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-2491", this::triggerOnlyMigration
"DFPL-2527", this::triggerOnlyMigration
);

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

0 comments on commit 52e2481

Please sign in to comment.