forgeplus/db/migrate/202404242314923_add_index_c...

6 lines
126 B
Ruby

class AddIndexCreatedCommitLogs < ActiveRecord::Migration[5.2]
def change
add_index :commit_logs, :created_at
end
end