X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dd905b5aa893918168c644045aa1b6069e95d48e..d8fb371d54ff464bbd45186b5848f6a9f9d87d5e:/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 #