liquid_feedback_core

view update/core-update.v4.2.1-v4.2.2.sql @ 622:5b7c4082d7b3

Version 4.2.2 with geoindices uninstalled by default
author jbe
date Fri Feb 05 12:53:00 2021 +0100 (2021-02-05)
parents
children
line source
1 BEGIN;
3 CREATE OR REPLACE VIEW "liquid_feedback_version" AS
4 SELECT * FROM (VALUES ('4.2.2', 4, 2, 2))
5 AS "subquery"("string", "major", "minor", "revision");
7 --DROP FUNCTION "closed_initiatives_in_bounding_box" (EBOX, INT4);
8 DROP INDEX "suggestion_location_idx";
9 DROP INDEX "draft_location_idx";
10 DROP INDEX "initiative_location_idx";
11 DROP INDEX "area_location_idx";
12 DROP INDEX "unit_location_idx";
13 DROP INDEX "member_location_idx";
15 DROP EXTENSION latlon;
17 COMMIT;

Impressum / About Us