From 2b7b90a2a6a486bd31690c1718c7596e38a7fd80 Mon Sep 17 00:00:00 2001
From: Marcin Ickiewicz <mickiewicz@syncad.com>
Date: Mon, 16 Dec 2024 17:02:00 +0100
Subject: [PATCH] bumb haf for fixes for update

---
 db/rep_indexes.sql | 4 ++--
 haf                | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/db/rep_indexes.sql b/db/rep_indexes.sql
index 513fb4a..9db674d 100644
--- a/db/rep_indexes.sql
+++ b/db/rep_indexes.sql
@@ -16,7 +16,7 @@ BEGIN
           (body_binary::jsonb -> 'value' ->> 'permlink'),
           id desc
       )
-      WHERE hive.operation_id_to_type_id(id) in (17, 61)
+      WHERE hafd.operation_id_to_type_id(id) in (17, 61)
       $idx$
   );
 
@@ -30,7 +30,7 @@ BEGIN
           (body_binary::jsonb -> 'value' ->> 'permlink'),
           id desc 
       )
-      WHERE hive.operation_id_to_type_id(id) = 72
+      WHERE hafd.operation_id_to_type_id(id) = 72
       $idx$
   );
 
diff --git a/haf b/haf
index 2bcd0f8..7f9f79c 160000
--- a/haf
+++ b/haf
@@ -1 +1 @@
-Subproject commit 2bcd0f8938dc574fd63a482ac7242499adf985c1
+Subproject commit 7f9f79c35c8bafe29aeaab134a0e5802857d9a7b
-- 
GitLab