Project

General

Profile

Download (112 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddIndexToSshKeys < ActiveRecord::Migration[4.2]
def change
add_index :ssh_keys, :user_id
end
end
(379-379/409)