liquid_feedback_core

changeset 329:b9e625add823

Added comment in "clean_issue" function
author jbe
date Sun Feb 10 23:37:19 2013 +0100 (2013-02-10)
parents 16803f8dfcf0
children 29ca4c6e2e78
files core.sql
line diff
     1.1 --- a/core.sql	Sun Feb 10 23:23:17 2013 +0100
     1.2 +++ b/core.sql	Sun Feb 10 23:37:19 2013 +0100
     1.3 @@ -4486,7 +4486,7 @@
     1.4          DELETE FROM "delegation"
     1.5            WHERE "issue_id" = "issue_id_p";
     1.6          DELETE FROM "supporter"
     1.7 -          USING "initiative"
     1.8 +          USING "initiative"  -- NOTE: due to missing index on issue_id
     1.9            WHERE "initiative"."issue_id" = "issue_id_p"
    1.10            AND "supporter"."initiative_id" = "initiative_id";
    1.11          UPDATE "issue" SET

Impressum / About Us