Note: A DB update script has to be run before merging this PR. The Db script will ideally add the _expiry field on all the existing records. The _expiry field value for the current records will be computed based on _updatedOn(or _createdOn if the data does not have _updatedOn date) record.
Note: A DB update script has to be run before merging this PR. The Db script will ideally add the
_expiry
field on all the existing records. The_expiry
field value for the current records will be computed based on_updatedOn
(or_createdOn
if the data does not have_updatedOn
date) record.