another int => bigint issue in addressline

This commit is contained in:
Brian Quinion
2013-02-12 13:28:07 +00:00
committed by Sarah Hoffmann
parent 78d7221e1b
commit 9320dbfd4b

View File

@@ -2254,7 +2254,7 @@ DROP TYPE addressline CASCADE;
create type addressline as ( create type addressline as (
place_id BIGINT, place_id BIGINT,
osm_type CHAR(1), osm_type CHAR(1),
osm_id INTEGER, osm_id BIGINT,
name HSTORE, name HSTORE,
class TEXT, class TEXT,
type TEXT, type TEXT,