-
Notifications
You must be signed in to change notification settings - Fork 73
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
Cleaning up unused code paths #804
Conversation
sql += 'DELETE FROM foreman_tasks_links as ftl ' \ | ||
'where ftl.task_id NOT IN (SELECT id FROM foreman_tasks_tasks);' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we just roll this into the sql
defined in L87-94? no need to +=
IMHO.
@@ -12,28 +12,12 @@ def run | |||
|
|||
def installer_cmd | |||
installer = "yes | #{feature(:installer).installer_command} " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
someone needs to remind me, why this yes |
is required, but out of scope for this PR probably.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some nitpicks, but nothing that I'd not merge as-is.
No description provided.