-
Notifications
You must be signed in to change notification settings - Fork 182
Description
Is your feature request related to a problem? Please describe.
We automatically filter out a lot of maintenance related things, such as SELECT StatMan. But sometimes, those are what is breaking my instance! If memory serves, we also don't do much to advertise that we do this filtering.
Describe the solution you'd like
Just add another parameter like @include_maintenance with a default of 0. If it's 1, then skip the population of #maintenance_plans.
Describe alternatives you've considered
Just add another parameter like @ignore_maintenance with a default of 1. If it's 1, then do not skip the population of #maintenance_plans.
Are you ready to build the code for the feature?
As much as we'd love to build everything that everyone wants for free, we need your help. Open source is built with your help and code. Are you ready to commit time to this project? Have you got existing code you can help contribute to solve the problem?
I probably will. It sound like it's a three-line job.
IMPORTANT: If you're going to contribute code, please read the contributing guide first.
https://github.com/erikdarlingdata/DarlingData/blob/main/CONTRIBUTING.md
Sure.