tntech-ngin / ndn-hydra

ndn-hydra: A Python-coded NDN distributed repository with five focused attributes: resiliency, scalability, usability, efficiency, and security.
Apache License 2.0
2 stars 1 forks source link

Remove is_deleted #21

Closed sankalpatimilsina12 closed 1 month ago

sankalpatimilsina12 commented 1 month ago

The is_deleted db field is removed and we directly delete the row from the db if a file is deleted and thus do not maintain the flag anymore. This was primarily done to avoid maintaining the flag when a new file with the same name as a deleted file is inserted.