liquid_feedback_core

diff update/core-update.v2.0.11-v2.0.12.sql @ 308:5c98265b39a0

Added missing DROP FUNCTION "vote_ratio" in update scripts
author jbe
date Sat Oct 06 23:34:03 2012 +0200 (2012-10-06)
parents a839e7efde9f
children
line diff
     1.1 --- a/update/core-update.v2.0.11-v2.0.12.sql	Fri Oct 05 13:45:37 2012 +0200
     1.2 +++ b/update/core-update.v2.0.11-v2.0.12.sql	Sat Oct 06 23:34:03 2012 +0200
     1.3 @@ -306,4 +306,8 @@
     1.4      END;
     1.5    $$;
     1.6  
     1.7 +DROP FUNCTION IF EXISTS "vote_ratio"
     1.8 +  ( "initiative"."positive_votes"%TYPE,
     1.9 +    "initiative"."negative_votes"%TYPE );
    1.10 +
    1.11  COMMIT;

Impressum / About Us