X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/96984421ad914a86f61d172301fad952df60536c..f0d19b04f6afa4a5ed41b1d58e0469de4fbd0c8c:/app/models/relation.rb diff --git a/app/models/relation.rb b/app/models/relation.rb index 69e2acfd1..0742976e8 100644 --- a/app/models/relation.rb +++ b/app/models/relation.rb @@ -2,11 +2,11 @@ # # Table name: current_relations # -# 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 #