X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d8a2794c2c0be24cf78945cdbf4af57c4468499c..c37dc5c56d4be881e44500e1c8dde1826c0f78a7:/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 #