X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/349200fb0a36cbf9142487ee98c3361c8e4a655f..d8fb371d54ff464bbd45186b5848f6a9f9d87d5e:/app/models/way.rb diff --git a/app/models/way.rb b/app/models/way.rb index 203d3b703..7357a280f 100644 --- a/app/models/way.rb +++ b/app/models/way.rb @@ -2,11 +2,11 @@ # # Table name: current_ways # -# id :bigint(8) not null, primary key -# changeset_id :bigint(8) not null +# id :bigint not null, primary key +# changeset_id :bigint not null # timestamp :datetime not null # visible :boolean not null -# version :bigint(8) not null +# version :bigint not null # # Indexes #