Fix new rubocopy warnings
This commit is contained in:
parent
7ce77006fa
commit
c9d35839be
30 changed files with 173 additions and 102 deletions
|
@ -4,7 +4,7 @@ class CreateChangesetComments < ActiveRecord::Migration
|
|||
def change
|
||||
create_table :changeset_comments do |t|
|
||||
t.column :changeset_id, :bigint, :null => false
|
||||
t.column :author_id, :bigint, :null => false
|
||||
t.column :author_id, :bigint, :null => false
|
||||
t.text :body, :null => false
|
||||
t.timestamp :created_at, :null => false
|
||||
t.boolean :visible, :null => false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue