From 1e484c2593d6e6ead1745087cf2aac5e3bce79f7 Mon Sep 17 00:00:00 2001
From: Marcin Ickiewicz <mickiewicz@syncad.com>
Date: Thu, 9 Jan 2025 10:46:35 +0100
Subject: [PATCH] remove comments

---
 src/hive_fork_manager/authorization.sql | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/hive_fork_manager/authorization.sql b/src/hive_fork_manager/authorization.sql
index ca665b1f0..11655d266 100644
--- a/src/hive_fork_manager/authorization.sql
+++ b/src/hive_fork_manager/authorization.sql
@@ -194,12 +194,7 @@ GRANT EXECUTE ON FUNCTION
     , hafd._operation_from_jsonb(jsonb)
     , hafd.operation_to_jsontext(hafd.operation)
     , hafd.operation_from_jsontext(TEXT)
-    --, hive_update.create_database_hash()
-    --, hive_update.calculate_schema_hash()
     , hive.all_indexes_have_status(_status hafd.index_status)
-    --, hive_update.calculate_table_schema_hash(schema_name TEXT,_table_name TEXT)
-    --, hive_update.calculate_state_provider_hash(_provider hafd.state_providers )
-    --, hive_update.calculate_state_provider_hashes()
     , hive.are_any_indexes_missing()
     , hive.are_indexes_restored()
     , hive.are_fk_dropped()
-- 
GitLab