-
Notifications
You must be signed in to change notification settings - Fork 2
[#68] Integrate Model Orphans Reporting #69
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
Conversation
Added Model Orphan Support
Reformated the SQL to multiline
Sample Output:
|
Executing the orphan querries on the windows tests
Improving documentation in README.md
Trying to make it a bit more logical
8354f55
to
79393af
Compare
Based on our review of PR #69 relative to Issue #68, the pull request contains several changes that extend beyond the core requirement of adding the Model Orphans Reporting feature. In particular, there are modifications that are not strictly part of the feature implementation: Code Refactoring: Formatting Adjustments: Variable Renaming: Isolating these refactoring and renaming changes into separate commits would help ensure that the pull request remains focused solely on the functionality requested in Issue #68. |
Added Model Orphan Support