-
Notifications
You must be signed in to change notification settings - Fork 144
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
Allow command line management of edit_log entries #9788
Comments
johnatawnclementawn
added a commit
that referenced
this issue
Apr 25, 2024
7 tasks
7 tasks
johnatawnclementawn
added a commit
that referenced
this issue
Apr 30, 2024
johnatawnclementawn
added a commit
that referenced
this issue
May 1, 2024
johnatawnclementawn
added a commit
that referenced
this issue
May 1, 2024
apeters
added a commit
that referenced
this issue
May 1, 2024
…ment_command Add clear edit log management command #9788
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There doesn't appear to be a way to manipulate the edit_log list of record changes. However when an instance of Arches is cleared of all its records, it would be good to be able to also zero out the edit_log.
In particular, a CLI utility that just called
DELETE FROM edit_log;
would seem to suffice? A flag on the remove_resources operation would also be valuable to do it in one step.The text was updated successfully, but these errors were encountered: