This is an automated email from the ASF dual-hosted git repository.

rmani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new 89963fbef RANGER-4989: DB patch fix for 
add_validity_schedule_labels_keywords_in_x_gds_dataset in mysql
89963fbef is described below

commit 89963fbefa753281060ef34327ef0a1305e93089
Author: Radhika Kundam <[email protected]>
AuthorDate: Fri Nov 8 12:04:46 2024 -0800

    RANGER-4989: DB patch fix for 
add_validity_schedule_labels_keywords_in_x_gds_dataset in mysql
    
    Signed-off-by: Ramesh Mani <[email protected]>
---
 .../075-add-validity_schedule-labels-keywords-in-x_gds_dataset.sql      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/security-admin/db/mysql/patches/075-add-validity_schedule-labels-keywords-in-x_gds_dataset.sql
 
b/security-admin/db/mysql/patches/075-add-validity_schedule-labels-keywords-in-x_gds_dataset.sql
index a1c631fa4..4250289fd 100644
--- 
a/security-admin/db/mysql/patches/075-add-validity_schedule-labels-keywords-in-x_gds_dataset.sql
+++ 
b/security-admin/db/mysql/patches/075-add-validity_schedule-labels-keywords-in-x_gds_dataset.sql
@@ -13,7 +13,7 @@
 -- See the License for the specific language governing permissions and
 -- limitations under the License.
 
-drop procedure if exists 
add_validity_schedule_labels_keywords_in_x_gds_dataset();
+drop procedure if exists 
add_validity_schedule_labels_keywords_in_x_gds_dataset;
 
 delimiter ;;
 create procedure add_validity_schedule_labels_keywords_in_x_gds_dataset() begin

Reply via email to