4 merge requests!627merge in fix for get_current_block_age,!626Fix get_current_block_age function to avoid healthcheck fails,!622merge develop to master,!601test execution does not modify sources
# modify the hived_api.sql file, new function test added to the new version of hfm
echo-e"CREATE OR REPLACE FUNCTION hive.test() \n RETURNS void \n LANGUAGE plpgsql \n VOLATILE AS \n\$BODY\$\nBEGIN \nRAISE NOTICE 'test'; \nEND; \n\$BODY\$;">>$DIR/src/hive_fork_manager/hived_api.sql
echo-e"CREATE OR REPLACE FUNCTION hive.test() \n RETURNS void \n LANGUAGE plpgsql \n VOLATILE AS \n\$BODY\$\nBEGIN \nRAISE NOTICE 'test'; \nEND; \n\$BODY\$;">>"${COPY_SRC_PATH}/src/hive_fork_manager/hived_api.sql"