liquid_feedback_core

diff core.sql @ 511:48761b189274

Added comment on function "get_initiatives_for_notification"
author jbe
date Sat Apr 16 19:56:24 2016 +0200 (2016-04-16)
parents 3b684315c724
children 705097d1b1f3
line diff
     1.1 --- a/core.sql	Sat Apr 16 19:52:19 2016 +0200
     1.2 +++ b/core.sql	Sat Apr 16 19:56:24 2016 +0200
     1.3 @@ -3288,6 +3288,10 @@
     1.4      END;
     1.5    $$;
     1.6  
     1.7 +COMMENT ON FUNCTION "get_initiatives_for_notification"
     1.8 +  ( "member"."id"%TYPE )
     1.9 +  IS 'Returns rows from view "initiative_for_notification" for a given recipient while updating table "notification_initiative_sent" and columns "notification_counter" and "notification_sent" of "member" table';
    1.10 +
    1.11  
    1.12  
    1.13  ------------------------------------------------------------------------

Impressum / About Us