X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9f57f60b87ff55a4ba69db3afadb21bbbdcb3385..e49953f141a8a090e96652335882927ce872e375:/app/models/relation.rb diff --git a/app/models/relation.rb b/app/models/relation.rb index 884e96ed7..bcac9d04b 100644 --- a/app/models/relation.rb +++ b/app/models/relation.rb @@ -2,11 +2,11 @@ # # Table name: current_relations # -# 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 #