X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9f57f60b87ff55a4ba69db3afadb21bbbdcb3385..4377e2bd55bd6bed320b7c3595087d4317b1c9bc:/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 #