liquid_feedback_core
view update/core-update.v4.2.1-v4.2.2.sql @ 625:7f488033d5ee
Fixed mistake in last-level tie-breaking
author | jbe |
---|---|
date | Wed Jan 01 16:49:21 2025 +0100 (4 months ago) |
parents | 5b7c4082d7b3 |
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;