mneethiraj commented on code in PR #1138: URL: https://github.com/apache/ranger/pull/1138#discussion_r3868446451
########## security-admin/db/mysql/optimized/current/ranger_core_db_mysql.sql: ########## @@ -597,13 +598,24 @@ CREATE TABLE IF NOT EXISTS `x_ranger_global_state`( `upd_by_id` bigint(20) NULL DEFAULT NULL, `version` bigint(20) NULL DEFAULT NULL, `state_name` varchar(255) NOT NULL, -`app_data` varchar(255) NULL DEFAULT NULL, +`app_data` LONGTEXT NULL DEFAULT NULL, Review Comment: Changes to `app_data` column type should be reverted. Review and revert other unrelated changes as well. -- 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]
