X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f9291ba5764fe104264ae7e3b6a361e11212e8b..35e0f58683a7e85feb9e807194487bd010170a8e:/app/models/way_tag.rb diff --git a/app/models/way_tag.rb b/app/models/way_tag.rb index c4df0abb5..6637c1585 100644 --- a/app/models/way_tag.rb +++ b/app/models/way_tag.rb @@ -2,7 +2,7 @@ # # Table name: current_way_tags # -# way_id :integer not null, primary key +# way_id :bigint(8) not null, primary key # k :string default(""), not null, primary key # v :string default(""), not null #