Project

General

Profile

Download (159 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddIndexToLogsSourceId < ActiveRecord::Migration
def up
add_index :logs, :source_id
end

def down
remove_index :logs, :source_id
end
end
(262-262/286)