X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/53817fa9e8d955df0891d156f21b7269b4ed08fc..779811811181a2ecbeaf765e434ae11331c85786:/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 #