----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75059/ -----------------------------------------------------------
(Updated June 20, 2024, 1:06 p.m.) Review request for ranger, Abhay Kulkarni, Madhan Neethiraj, Mehul Parikh, Pradeep Agrawal, and Ramesh Mani. Bugs: RANGER-4812 https://issues.apache.org/jira/browse/RANGER-4812 Repository: ranger Description ------- RANGER-4803 introduced new table named x_trx_log_v2. A database schema patch will be needed to create x_trx_log_v2 table in existing Ranger deployments. Diffs (updated) ----- security-admin/db/mysql/patches/073-create-x_trx_log_v2.sql PRE-CREATION security-admin/db/oracle/patches/077-create-x_trx_log_v2.sql PRE-CREATION security-admin/db/postgres/patches/073-create-x_trx_log_v2.sql PRE-CREATION security-admin/db/sqlanywhere/patches/067-create-x_trx_log_v2.sql PRE-CREATION security-admin/db/sqlserver/patches/067-create-x_trx_log_v2.sql PRE-CREATION Diff: https://reviews.apache.org/r/75059/diff/2/ Changes: https://reviews.apache.org/r/75059/diff/1-2/ Testing (updated) ------- Tested by applying the patches on different DBMS run in a docker setup. Initially, created the ranger database and tables by running the core sql setup file (present in security-admin/db/{DBMS}/optimised/current) (used the sql file prior to the changes made in RANGER-4803), and then applied the patch to ensure that the required table and indexes are created in the database. Thanks, Abhishek Patil