diff --git a/db/migrate/20120917161903_create_change_by_id.rb b/db/migrate/20120917161903_create_change_by_id.rb index e0e5b3bde..b4830c08b 100644 --- a/db/migrate/20120917161903_create_change_by_id.rb +++ b/db/migrate/20120917161903_create_change_by_id.rb @@ -33,7 +33,6 @@ class CreateChangeById < ActiveRecord::Migration 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_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 :translations, :created_by_id, :integer, :null => true add_column :translations, :updated_by_id, :integer, :null => true