Sha256: cc9a189d172ffb1c697ef37713754f9d40f01f67a4a7410b66d28986d50fb796
Contents?: true
Size: 383 Bytes
Versions: 54
Compression:
Stored size: 383 Bytes
Contents
class AddMissingAeIndices < ActiveRecord::Migration 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
54 entries across 54 versions & 1 rubygems