Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make delete reversible - step 1 - keep deleted data in database #249

Closed
nicolasdemauroy opened this issue Oct 22, 2020 · 0 comments
Closed

Comments

@nicolasdemauroy
Copy link

Linked to #141. This ticket is limiting to keeping deleted data stored in the database to allow a database admin to restore the data.

Items considered:

  • add new field DELETED (indexed), defaulted to 'N', part of HASID property
  • add query filter removing all rows with DELETE index equals to 'Y'

Other advanced features (recovery...) will be delivered as part of #141.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants