liquid_feedback_core

view geoindex_uninstall.sql @ 624:82387194519b

Added code to suppress compiler warning (writing one byte into region of size 0)
author jbe
date Fri Feb 05 13:50:45 2021 +0100 (2021-02-05)
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;

Impressum / About Us