vasanthv / jsonbox

HTTP-based JSON storage.
https://jsonbox.io
MIT License
2.49k stars 173 forks source link

Added 30 days data retention #70

Closed vasanthv closed 4 years ago

vasanthv commented 4 years ago

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.