Class: AddOldPathToEntries

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/days/migrate/20131012011500_add_old_path_to_entries.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
5
# File 'lib/days/migrate/20131012011500_add_old_path_to_entries.rb', line 2

def change
  add_column :entries, :old_path, :string, default: nil
  add_index :entries, :old_path
end