Skip to content

Commit

Permalink
Adjust wrapper_for_app_next_block to recent changes in haf
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Sobczyk authored and vogel76 committed Jul 2, 2023
1 parent 0bbeb59 commit 547ad80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/wrapper_for_app_next_block.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ALTER FUNCTION hive.app_next_block(text) RENAME TO app_next_block_haf;
ALTER FUNCTION hive.app_next_block( hive.contexts_group ) RENAME TO app_next_block_haf;

CREATE OR REPLACE FUNCTION hive.app_next_block(
_context_name text)
_context_name hive.contexts_group)
RETURNS hive.blocks_range
LANGUAGE 'plpgsql'
AS
Expand Down

0 comments on commit 547ad80

Please sign in to comment.