# HG changeset patch # User jbe # Date 1458945325 -3600 # Node ID 913f4d0b1e6e0050e448c7b9ff7aecb6f6a4af6d # Parent 88b47f0dacde875d1a15e538f83d519a93a29059 Removed empty line diff -r 88b47f0dacde -r 913f4d0b1e6e core.sql --- a/core.sql Fri Mar 18 23:34:45 2016 +0100 +++ b/core.sql Fri Mar 25 23:35:25 2016 +0100 @@ -363,7 +363,6 @@ COMMENT ON TYPE "tie_breaking" IS 'Tie-breaker for the Schulze method: ''simple'' = only initiative ids are used, ''variant1'' = use initiative ids in variant 1 for tie breaking of the links (TBRL) and sequentially forbid shared links, ''variant2'' = use initiative ids in variant 2 for tie breaking of the links (TBRL) and sequentially forbid shared links'; - CREATE TABLE "policy" ( "id" SERIAL4 PRIMARY KEY, "index" INT4 NOT NULL,