X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d73a5d4bc015d304e7b8863a0e927ac0b134e07b..1d09cfcb18d589ea494bf5223f2eb9e0a773d7c6:/app/models/old_node_tag.rb diff --git a/app/models/old_node_tag.rb b/app/models/old_node_tag.rb index 77b78751b..a3e1c3aaf 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 :integer not null, primary key -# version :integer not null, primary key +# node_id :bigint(8) not null, primary key +# version :bigint(8) not null, primary key # k :string default(""), not null, primary key # v :string default(""), not null #