Skip to content

Commit

Permalink
DFPL-1850:NOC Data Migration (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
suresh-sharada authored Nov 7, 2023
1 parent 4eb7422 commit b7532ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class DataMigrationServiceImpl implements DataMigrationService<Map<String
"DFPL-1124Rollback", this::run1124Rollback,
"DFPL-AM", this::triggerOnlyMigration,
"DFPL-AM-Rollback", this::triggerOnlyMigration,
"DFPL-1842", this::triggerOnlyMigration
"DFPL-1850", this::triggerOnlyMigration
);

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

0 comments on commit b7532ed

Please sign in to comment.