Skip to content

Commit

Permalink
RANGER-4931:Handling Unknown column 'rangerusersyncID' in 'field list' (
Browse files Browse the repository at this point in the history
  • Loading branch information
basapuram-kumar authored Sep 13, 2024
1 parent 6b77713 commit f7fda3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions security-admin/db/mysql/patches/070-add-gds-perm.sql
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ CREATE PROCEDURE `insertRangerPrerequisiteGDSEntries`()
BEGIN
DECLARE adminID bigint;
DECLARE moduleIdGovernedDataSharing bigint;
DECLARE rangerusersyncID bigint;
DECLARE rangertagsyncID bigint;

call getXportalUIdByLoginId('admin', adminID);
call getXportalUIdByLoginId('rangerusersync', rangerusersyncID);
Expand Down

0 comments on commit f7fda3c

Please sign in to comment.