]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/changeset_comment.rb
Merge remote-tracking branch 'upstream/pull/5741'
[rails.git] / app / models / changeset_comment.rb
index d825c9ed58d4fe1f3ef99937278238848585a654..09eabe8938d182654a0557ffcf9d516f395264a2 100644 (file)
@@ -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