neogismm commented on code in PR #6524: URL: https://github.com/apache/cloudstack/pull/6524#discussion_r963849159
########## engine/schema/src/main/resources/META-INF/db/schema-41700to41710.sql: ########## @@ -20,4 +20,112 @@ --; UPDATE `cloud`.`configuration` SET `value` = 'false' WHERE `name` = 'network.disable.rpfilter' AND `value` != 'true'; -UPDATE `cloud`.`configuration` SET `value` = 'false' WHERE `name` = 'consoleproxy.disable.rpfilter' AND `value` != 'true'; \ No newline at end of file +UPDATE `cloud`.`configuration` SET `value` = 'false' WHERE `name` = 'consoleproxy.disable.rpfilter' AND `value` != 'true'; + Review Comment: Rebasing the branch and pushing brings changes from all authors including my own changes. My changes are reserved for plugins/user-authenticators/oauth2. I know this is not the right way to push my code, can you suggest how to do it the right way? Maybe I'll create a new PR with only my changes and close this one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
