X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9f57f60b87ff55a4ba69db3afadb21bbbdcb3385..50d469a74a95a26645fc0f8dbe2ad71b0de24e29:/app/models/way.rb diff --git a/app/models/way.rb b/app/models/way.rb index ddb82ed1e..6fcaf39cc 100644 --- a/app/models/way.rb +++ b/app/models/way.rb @@ -2,11 +2,11 @@ # # Table name: current_ways # -# id :integer not null, primary key -# changeset_id :integer not null +# id :bigint(8) not null, primary key +# changeset_id :bigint(8) not null # timestamp :datetime not null # visible :boolean not null -# version :integer not null +# version :bigint(8) not null # # Indexes #