liquid_feedback_core

diff test.sql @ 429:a16072fc288a

Re-added experimental "no_reverse_beat_path" feature for next minor version (provides backward compatibility)
author jbe
date Thu May 22 05:13:22 2014 +0200 (2014-05-22)
parents c83b2ac5477b
children 78e9a2071b0c
line diff
     1.1 --- a/test.sql	Thu May 22 04:35:26 2014 +0200
     1.2 +++ b/test.sql	Thu May 22 05:13:22 2014 +0200
     1.3 @@ -44,7 +44,7 @@
     1.4      "issue_quorum_num", "issue_quorum_den",
     1.5      "initiative_quorum_num", "initiative_quorum_den",
     1.6      "direct_majority_num", "direct_majority_den", "direct_majority_strict",
     1.7 -    "no_multistage_majority"
     1.8 +    "no_reverse_beat_path", "no_multistage_majority"
     1.9    ) VALUES (
    1.10      1,
    1.11      'Default policy',
    1.12 @@ -52,7 +52,7 @@
    1.13      25, 100,
    1.14      20, 100,
    1.15      1, 2, TRUE,
    1.16 -    FALSE );
    1.17 +    TRUE, FALSE );
    1.18  
    1.19  CREATE FUNCTION "time_warp"() RETURNS VOID
    1.20    LANGUAGE 'plpgsql' VOLATILE AS $$

Impressum / About Us