X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/420d9da1f98ee167a351828b2f20d3f1f0e164e7..35f0a0c4a7f1a75881240e101fceb9a754419c35:/app/models/changeset_comment.rb diff --git a/app/models/changeset_comment.rb b/app/models/changeset_comment.rb index 22d158e82..09eabe893 100644 --- a/app/models/changeset_comment.rb +++ b/app/models/changeset_comment.rb @@ -3,8 +3,8 @@ # Table name: changeset_comments # # id :integer not null, primary key -# changeset_id :bigint(8) not null -# author_id :bigint(8) not null +# changeset_id :bigint not null +# author_id :bigint not null # body :text not null # created_at :datetime not null # visible :boolean not null @@ -12,6 +12,7 @@ # Indexes # # index_changeset_comments_on_author_id_and_created_at (author_id,created_at) +# index_changeset_comments_on_author_id_and_id (author_id,id) # index_changeset_comments_on_changeset_id_and_created_at (changeset_id,created_at) # index_changeset_comments_on_created_at (created_at) #