liquid_feedback_core

changeset 509:3b684315c724

Added missing quote
author jbe
date Sat Apr 16 19:41:37 2016 +0200 (2016-04-16)
parents e9a6f63612da
children fd330c887a83
files core.sql
line diff
     1.1 --- a/core.sql	Sat Apr 16 18:14:09 2016 +0200
     1.2 +++ b/core.sql	Sat Apr 16 19:41:37 2016 +0200
     1.3 @@ -797,7 +797,7 @@
     1.4          "initiative_id"         INT4            REFERENCES "initiative" ("id") ON DELETE CASCADE ON UPDATE CASCADE );
     1.5  CREATE INDEX "ignored_initiative_initiative_id_idx" ON "ignored_initiative" ("initiative_id");
     1.6  
     1.7 -COMMENT ON TABLE "ignored_initiative" IS 'An entry in this table denotes that the member does not wish to receive notifications for the given initiative;
     1.8 +COMMENT ON TABLE "ignored_initiative" IS 'An entry in this table denotes that the member does not wish to receive notifications for the given initiative';
     1.9  
    1.10  
    1.11  CREATE TABLE "initiative_setting" (

Impressum / About Us