Sha256: 4a4b707c43909c3b456d5bed2f40665814afc4da7602c7f429781b116ef6fdfe
Contents?: true
Size: 176 Bytes
Versions: 54
Compression:
Stored size: 176 Bytes
Contents
class AddModuleRunFkToLoot < ActiveRecord::Migration def change change_table(:loots) do |t| t.integer :module_run_id t.index :module_run_id end end end
Version data entries
54 entries across 54 versions & 1 rubygems