Description
Previous, we added changelog_update remotelink_updated to jira_issues table for differential sync.
This is not elegant, because it creates unneccessary data dependency between tables, plus, with new api_collector approach, those fields were actually abandoned
Describe the solution you'd like
- Remove those fields
- Go through related
subtasks to clean up the references like jira_changelog_collector is still refering changelog_updated but not actually using it.
Has the Feature been Requested Before?
No
Description
Previous, we added
changelog_updateremotelink_updatedtojira_issuestable for differential sync.This is not elegant, because it creates unneccessary data dependency between tables, plus, with new
api_collectorapproach, those fields were actually abandonedDescribe the solution you'd like
subtasksto clean up the references likejira_changelog_collectoris still referingchangelog_updatedbut not actually using it.Has the Feature been Requested Before?
No