liquid_feedback_core
view geoindex_uninstall.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 --DROP FUNCTION IF EXISTS "closed_initiatives_in_bounding_box" (EBOX, INT4);
4 DROP INDEX IF EXISTS "suggestion_location_idx"; -- since v4.2.2
5 DROP INDEX IF EXISTS "draft_location_idx"; -- since v4.2.2
6 DROP INDEX IF EXISTS "initiative_location_idx"; -- since v4.2.2
7 DROP INDEX IF EXISTS "area_location_idx"; -- since v4.2.2
8 DROP INDEX IF EXISTS "unit_location_idx"; -- since v4.2.2
9 DROP INDEX IF EXISTS "member_location_idx"; -- since v4.2.2
11 DROP EXTENSION IF EXISTS latlon; -- since v4.2.2
13 COMMIT;