Sha256: fc548b854d1a1a936ad36f2ca952cdedcf26b397d2fbf61b8ed98de64a5b50d3
Contents?: true
Size: 208 Bytes
Versions: 16
Compression:
Stored size: 208 Bytes
Contents
class IndexForeignKeysInFmsForums < ActiveRecord::Migration def change add_index :fms_forums, :forum_category_id add_index :fms_forums, :forum_site_id add_index :fms_forums, :owner_id end end
Version data entries
16 entries across 16 versions & 1 rubygems