Skip to content

Commit

Permalink
disable old migration system
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex McAusland committed Nov 7, 2024
1 parent ec2adc1 commit 0489e5a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ public static Map<String, Object> migrate(Map<String, Object> data) {
);
}

data.put("dataVersion", getVersion());
// SOW014 - old data migration mechanism likely obsolete in the new system
// data.put("dataVersion", getVersion());

return data;
}
Expand Down

0 comments on commit 0489e5a

Please sign in to comment.