liquid_feedback_core

changeset 620:e0b8175fda29 v4.2.1

Added TODO notice regarding indices on "posting"
author jbe
date Sat Dec 05 18:48:33 2020 +0100 (2020-12-05)
parents 63092784fe9d
children 9e4e39136136
files core.sql
line diff
     1.1 --- a/core.sql	Sat Dec 05 04:04:52 2020 +0100
     1.2 +++ b/core.sql	Sat Dec 05 18:48:33 2020 +0100
     1.3 @@ -1402,6 +1402,10 @@
     1.4          CONSTRAINT "suggestion_requires_initiative" CHECK (
     1.5            "suggestion_id" ISNULL OR "initiative_id" NOTNULL ) );
     1.6  
     1.7 +-- TODO: Table "posting" and associated objects still require proper indexing
     1.8 +-- support. Preliminary indexing support was provided by Core version 4.2.0
     1.9 +-- (using pgConflux up to version 0.5) but has been removed in version 4.2.1.
    1.10 +
    1.11  COMMENT ON TABLE "posting" IS 'Text postings of members; a text posting may optionally be associated to a unit, area, policy, issue, initiative, or suggestion';
    1.12  
    1.13  

Impressum / About Us