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

Add script to trim auxiliary tables #315

Closed
jsangmeister opened this issue Feb 20, 2024 · 0 comments · Fixed by #314
Closed

Add script to trim auxiliary tables #315

jsangmeister opened this issue Feb 20, 2024 · 0 comments · Fixed by #314
Assignees
Labels
enhancement General enhancement which is neither bug nor feature
Milestone

Comments

@jsangmeister
Copy link
Contributor

The tables events_to_collectionfields and collectionfields are only used for locked fields checking and can be safely cleared during offline time, as is done during migrations. However, to remove the need to shut down the backend to do this, we want to implement a way to remove only outdated entries from the tables.

@jsangmeister jsangmeister added the enhancement General enhancement which is neither bug nor feature label Feb 20, 2024
@jsangmeister jsangmeister added this to the 4.2 milestone Feb 20, 2024
@jsangmeister jsangmeister self-assigned this Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement General enhancement which is neither bug nor feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant