jiangphcn commented on issue #2666: soft-deletion for database URL: https://github.com/apache/couchdb/pull/2666#issuecomment-605742396 thanks again @davisp for your suggestion. It totally makes sense with ``` GET /_deleted_dbs GET /_deleted_dbs/DbName POST /_deleted_dbs with payload: { "undelete": { "source": "source_database_name", "source_timestamp": "2020-03-24T12:00:00", "target": "target_database_name" } } ``` I will wait until today to see whether there is more comment from @mikerhodes and @ricellis. Otherwise, I will change with above naming convention. Also, it is nice to have concept of `"actually delete the deleted thing"`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
