X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/574231cf95960ba71273a75ccd0bf9057f574a57..62f09ffa415283b37a9f93a0ae70fbba5f45048e:/app/models/way_node.rb diff --git a/app/models/way_node.rb b/app/models/way_node.rb index c57d3be79..b77827ada 100644 --- a/app/models/way_node.rb +++ b/app/models/way_node.rb @@ -2,9 +2,9 @@ # # Table name: current_way_nodes # -# way_id :bigint(8) not null, primary key -# node_id :bigint(8) not null -# sequence_id :bigint(8) not null, primary key +# way_id :bigint not null, primary key +# node_id :bigint not null +# sequence_id :bigint not null, primary key # # Indexes #