]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20160822153115_create_issue_comments.rb
Remove created_at / updated_at column definitions since these duplicate t.timestamps
[rails.git] / db / migrate / 20160822153115_create_issue_comments.rb
index 57e35f48b8af094765d578743ee90aa9a6b2fae6..e3c379bc1e2bf9ce92d73857028b963a9a0704c7 100644 (file)
@@ -4,7 +4,6 @@ class CreateIssueComments < ActiveRecord::Migration
       t.integer :issue_id
       t.integer :commenter_user_id
       t.text :body
-      t.datetime :created_at
       t.boolean :reassign
       t.timestamps :null => false
     end