Project

General

Profile

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

def down
remove_index :logs, :source_id
end
end
(198-198/386)