liquid_feedback_core

diff demo.sql @ 169:ddd8e17d8f82

Complete removal of autoreject feature
author jbe
date Tue Jun 07 18:02:58 2011 +0200 (2011-06-07)
parents de59f6b1daf3
children e3b0ea7ab2ad
line diff
     1.1 --- a/demo.sql	Tue Jun 07 17:23:41 2011 +0200
     1.2 +++ b/demo.sql	Tue Jun 07 18:02:58 2011 +0200
     1.3 @@ -80,23 +80,23 @@
     1.4  INSERT INTO "allowed_policy" ("area_id", "policy_id", "default_policy")
     1.5    VALUES (1, 1, TRUE), (2, 1, TRUE), (3, 1, TRUE), (4, 1, TRUE);
     1.6  
     1.7 -INSERT INTO "membership" ("area_id", "member_id", "autoreject") VALUES
     1.8 -  (1,  9, FALSE),
     1.9 -  (1, 19, FALSE),
    1.10 -  (2,  9, TRUE),
    1.11 -  (2, 10, TRUE),
    1.12 -  (2, 17, TRUE),
    1.13 -  (3,  9, FALSE),
    1.14 -  (3, 11, FALSE),
    1.15 -  (3, 12, TRUE),
    1.16 -  (3, 14, FALSE),
    1.17 -  (3, 20, FALSE),
    1.18 -  (3, 21, TRUE),
    1.19 -  (3, 22, TRUE),
    1.20 -  (4,  6, FALSE),
    1.21 -  (4,  9, FALSE),
    1.22 -  (4, 13, FALSE),
    1.23 -  (4, 22, FALSE);
    1.24 +INSERT INTO "membership" ("area_id", "member_id") VALUES
    1.25 +  (1,  9),
    1.26 +  (1, 19),
    1.27 +  (2,  9),
    1.28 +  (2, 10),
    1.29 +  (2, 17),
    1.30 +  (3,  9),
    1.31 +  (3, 11),
    1.32 +  (3, 12),
    1.33 +  (3, 14),
    1.34 +  (3, 20),
    1.35 +  (3, 21),
    1.36 +  (3, 22),
    1.37 +  (4,  6),
    1.38 +  (4,  9),
    1.39 +  (4, 13),
    1.40 +  (4, 22);
    1.41  
    1.42  -- global delegations
    1.43  INSERT INTO "delegation"

Impressum / About Us