liquid_feedback_core
diff update/core-update.v3.1.0-v3.2.0.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 | fd330c887a83 |
| children | 61fab7216893 |
line diff
1.1 --- a/update/core-update.v3.1.0-v3.2.0.sql Sat Apr 16 19:52:19 2016 +0200 1.2 +++ b/update/core-update.v3.1.0-v3.2.0.sql Sat Apr 16 19:56:24 2016 +0200 1.3 @@ -636,7 +636,9 @@ 1.4 END; 1.5 $$; 1.6 1.7 --- TODO: comment missing 1.8 +COMMENT ON FUNCTION "get_initiatives_for_notification" 1.9 + ( "member"."id"%TYPE ) 1.10 + 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.11 1.12 CREATE OR REPLACE FUNCTION "delete_member"("member_id_p" "member"."id"%TYPE) 1.13 RETURNS VOID