We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to the issue in #59, we're taking a more creative (and flexible) approach to deleting records.
0.7.0 Tasks:
rm
active=false
set status
0.9.0 Tasks:
[retention]
purge_on_shutdown
false
archive_deletes
true
delete_inactive
[output]
show_inactive
show_deleted
config re-init
delete
delete inactive
purge deleted
purge inactive
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due to the issue in #59, we're taking a more creative (and flexible) approach to deleting records.
0.7.0 Tasks:
rm
command to not delete the record, but rather update the metadataactive=false
)set status
(active, inactive, deleted) subcommand0.9.0 Tasks:
[retention]
purge_on_shutdown
(defaultfalse
)archive_deletes
(defaulttrue
)delete_inactive
(defaultfalse
)[output]
show_inactive
show_deleted
config re-init
rm
module todelete
and rename the subcommand, toodelete inactive
... note that this implies a two-stage delete processpurge deleted
purge inactive
... this would skip the two stage process and go right to "delete"The text was updated successfully, but these errors were encountered: