X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6cde8c9b0c4220db3b5598a268c197e77258a8cc..1e57189366c0e4a49cb29658e9bf5985996709a2:/app/models/old_node_tag.rb diff --git a/app/models/old_node_tag.rb b/app/models/old_node_tag.rb index f6fb93e17..365841dca 100644 --- a/app/models/old_node_tag.rb +++ b/app/models/old_node_tag.rb @@ -2,8 +2,8 @@ # # Table name: node_tags # -# node_id :bigint(8) not null, primary key -# version :bigint(8) not null, primary key +# node_id :integer not null, primary key +# version :integer not null, primary key # k :string default(""), not null, primary key # v :string default(""), not null #