Community type 2 and 3 + update community type op
Compare changes
Files
12- Martin Lees authored
@@ -25,6 +25,54 @@ BEGIN
CREATE OR REPLACE FUNCTION hivemind_app.process_community_post(_block_num hivemind_app.hive_posts.block_num%TYPE, _community_support_start_block hivemind_app.hive_posts.block_num%TYPE, _community_id hivemind_app.hive_posts.community_id%TYPE, _community_name hivemind_app.hive_permlink_data.permlink%TYPE, _author_id hivemind_app.hive_posts.author_id%TYPE, is_comment bool)
@@ -58,17 +106,14 @@ if _parent_author != '' THEN
@@ -77,6 +122,7 @@ if _parent_author != '' THEN
@@ -106,14 +152,10 @@ ELSE
@@ -125,6 +167,7 @@ ELSE