X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ad2e50fcfb7aab6cb6bbf5518920e4091be5b9a4..9a1ba12c81f7c79c362e36f14ed7955f5765e833:/app/models/old_way_node.rb diff --git a/app/models/old_way_node.rb b/app/models/old_way_node.rb index b2a16c16b..714b38648 100644 --- a/app/models/old_way_node.rb +++ b/app/models/old_way_node.rb @@ -2,10 +2,10 @@ # # Table name: way_nodes # -# way_id :bigint(8) not null, primary key -# node_id :bigint(8) not null -# version :bigint(8) not null, primary key -# sequence_id :bigint(8) not null, primary key +# way_id :bigint not null, primary key +# node_id :bigint not null +# version :bigint not null, primary key +# sequence_id :bigint not null, primary key # # Indexes # @@ -13,7 +13,7 @@ # # Foreign Keys # -# way_nodes_id_fkey (["way_id", "version"] => ways.["way_id", "version"]) +# way_nodes_id_fkey ([way_id, version] => ways[way_id, version]) # class OldWayNode < ApplicationRecord