Sha256: 51e72a5494e3cac8e9e78d324a7718fb778b4029050dcc37a7687959c93bb90f
Contents?: true
Size: 181 Bytes
Versions: 22
Compression:
Stored size: 181 Bytes
Contents
class AddModuleRunFkToLoot < ActiveRecord::Migration[4.2] def change change_table(:loots) do |t| t.integer :module_run_id t.index :module_run_id end end end
Version data entries
22 entries across 22 versions & 2 rubygems