Fix new rubocop warnings

This commit is contained in:
Tom Hughes 2018-03-26 19:00:03 +01:00
parent 6fba59724a
commit 1f2ac59d1d
18 changed files with 56 additions and 53 deletions

View file

@ -38,8 +38,8 @@ class PopulateNodeTagsAndRemove < ActiveRecord::Migration[5.0]
create_table :node_tags, :id => false do |t|
t.column :id, :bigint, :null => false
t.column :version, :bigint, :null => false
t.column :k, :string, :default => "", :null => false
t.column :v, :string, :default => "", :null => false
t.column :k, :string, :default => "", :null => false
t.column :v, :string, :default => "", :null => false
end
# now get the data back