Skip to content

Commit 562dc56

Browse files
authored
Merge pull request #213 from cayetanobv/cayetano/restrictions-osmium
osmium tool - create schema in restrictions sql script
2 parents 319b02a + dcf34e6 commit 562dc56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/osmium/restrictions.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ SET default_with_oids = false;
2323
-- Name: osm_restrictions; Type: TABLE; Schema: public; Owner: -; Tablespace:
2424
--
2525

26+
CREATE SCHEMA IF NOT EXISTS foo;
27+
2628
CREATE TABLE IF NOT EXISTS foo.osm_restrictions(
2729
osm_id BIGINT PRIMARY KEY,
2830
osm_from BIGINT[],

0 commit comments

Comments
 (0)