# HG changeset patch # User jbe # Date 1460828497 -7200 # Node ID 3b684315c724d1d8e4bb786a2acffc214a950f33 # Parent e9a6f63612daa1af92a0ae65b3082b50fc109322 Added missing quote diff -r e9a6f63612da -r 3b684315c724 core.sql --- a/core.sql Sat Apr 16 18:14:09 2016 +0200 +++ b/core.sql Sat Apr 16 19:41:37 2016 +0200 @@ -797,7 +797,7 @@ "initiative_id" INT4 REFERENCES "initiative" ("id") ON DELETE CASCADE ON UPDATE CASCADE ); CREATE INDEX "ignored_initiative_initiative_id_idx" ON "ignored_initiative" ("initiative_id"); -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; +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'; CREATE TABLE "initiative_setting" (