We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 319b02a + dcf34e6 commit 562dc56Copy full SHA for 562dc56
tools/osmium/restrictions.sql
@@ -23,6 +23,8 @@ SET default_with_oids = false;
23
-- Name: osm_restrictions; Type: TABLE; Schema: public; Owner: -; Tablespace:
24
--
25
26
+CREATE SCHEMA IF NOT EXISTS foo;
27
+
28
CREATE TABLE IF NOT EXISTS foo.osm_restrictions(
29
osm_id BIGINT PRIMARY KEY,
30
osm_from BIGINT[],
0 commit comments