another int => bigint issue in addressline

This commit is contained in:
Brian Quinion
2013-02-12 13:28:07 +00:00
parent c461003f19
commit ff61b90baf

View File

@@ -2321,7 +2321,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,