Sha256: 83f55b7fa924fc25c615c1f4a435c8480f4a909c681f7b7684ab6be1624ccea5
Contents?: true
Size: 388 Bytes
Versions: 23
Compression:
Stored size: 388 Bytes
Contents
class AddMissingAeIndices < ActiveRecord::Migration[4.2] def up add_index :automatic_exploitation_match_results, :match_id add_index :automatic_exploitation_match_results, :run_id add_index :automatic_exploitation_runs, :match_set_id add_index :automatic_exploitation_runs, :user_id add_index :automatic_exploitation_runs, :workspace_id end def down end end
Version data entries
23 entries across 23 versions & 2 rubygems