Sha256: bfbd90e6d03f5b7fd155f8b8607674ceacfb48cd5be4ca2975066420b9437abf
Contents?: true
Size: 285 Bytes
Versions: 68
Compression:
Stored size: 285 Bytes
Contents
class UpdateTasksWithBitCore < ActiveRecord::Migration def up remove_index :tasks, name: :index_tasks_on_bit_player_content_module_id rename_column :tasks, :bit_player_content_module_id, :bit_core_content_module_id add_index :tasks, :bit_core_content_module_id end end
Version data entries
68 entries across 68 versions & 1 rubygems