hansonw / consilium

0 stars 0 forks source link

Shallow delete all objects #145

Closed DouglasSherk closed 11 years ago

DouglasSherk commented 11 years ago

Right now, we physically remove all documents from the database when they're deleted. For auditing purposes, and also because some code would be simplified with a |:deleted => true| field on it, we should switch to shallow deletion.

DouglasSherk commented 11 years ago

Fixes #146