mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 01:47:57 +00:00
remove unused SQL script
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
CREATE OR REPLACE FUNCTION hstore(k text, v text) RETURNS HSTORE
|
||||
AS $$
|
||||
DECLARE
|
||||
BEGIN
|
||||
RETURN k => v;
|
||||
END;
|
||||
$$
|
||||
LANGUAGE plpgsql IMMUTABLE;
|
||||
Reference in New Issue
Block a user