Removed not needed col.
This commit is contained in:
parent
ee726eb591
commit
8bbe1c9289
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ class CreateChangeById < ActiveRecord::Migration
|
||||||
add_column :network_item_plus, :updated_by_id, :integer, :null => true
|
add_column :network_item_plus, :updated_by_id, :integer, :null => true
|
||||||
add_column :network_category_subscriptions, :updated_by_id, :integer, :null => true
|
add_column :network_category_subscriptions, :updated_by_id, :integer, :null => true
|
||||||
add_column :network_item_subscriptions, :updated_by_id, :integer, :null => true
|
add_column :network_item_subscriptions, :updated_by_id, :integer, :null => true
|
||||||
add_column :templates, :created_by_id, :integer, :null => true
|
|
||||||
add_column :templates, :updated_by_id, :integer, :null => true
|
add_column :templates, :updated_by_id, :integer, :null => true
|
||||||
add_column :translations, :created_by_id, :integer, :null => true
|
add_column :translations, :created_by_id, :integer, :null => true
|
||||||
add_column :translations, :updated_by_id, :integer, :null => true
|
add_column :translations, :updated_by_id, :integer, :null => true
|
||||||
|
|
Loading…
Reference in a new issue