Sha256: 3b179d41de776e7f104236b2d416e0315105bb735aa3f17d7391d631dfb39512
Contents?: true
Size: 170 Bytes
Versions: 16
Compression:
Stored size: 170 Bytes
Contents
class IndexForeignKeysInEmsWorkshops < ActiveRecord::Migration def change add_index :ems_workshops, :account_id add_index :ems_workshops, :country_id end end
Version data entries
16 entries across 16 versions & 1 rubygems