liquid_feedback_core

view update/core-update.v1.4.0_rc4-v1.4.0.sql @ 217:9474e2038590

Change in "rank" order of admitted initiatives:
Winner first, then eligible, then non-eligible initiatives;
second ordering is "schulze_rank";
third ordering is "vote_ratio";
fallback ordering is "id"
author jbe
date Wed Feb 22 20:50:59 2012 +0100 (2012-02-22)
parents 5d89f5fcdcfc
children
line source
1 CREATE OR REPLACE VIEW "liquid_feedback_version" AS
2 SELECT * FROM (VALUES ('1.4.0', 1, 4, 0))
3 AS "subquery"("string", "major", "minor", "revision");

Impressum / About Us