Description
ownership change should be done only by admin users who have all with grant on the parent.
User can transfer ownership of a database if he all "all with grant" on the server
User can transfer ownership of a table if he all "all with grant" on the database
Currently it is implemented in such a way that it is allowed only to sentry admin users which is not correct.