Sha256: 6444cdd3fd085643741c461ba13c06580f340040c69837c847487b8a2a75712d

Contents?: true

Size: 158 Bytes

Versions: 4

Compression:

Stored size: 158 Bytes

Contents

class AddFkIndexesToExportsAndImports < ActiveRecord::Migration[4.2]
  def change
    add_index :imports, :user_id
    add_index :exports, :user_id
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 db/migrate/20140425130615_add_fk_indexes_to_exports_and_imports.rb
iqvoc-4.14.4 db/migrate/20140425130615_add_fk_indexes_to_exports_and_imports.rb
iqvoc-4.13.2 db/migrate/20140425130615_add_fk_indexes_to_exports_and_imports.rb
iqvoc-4.13.0 db/migrate/20140425130615_add_fk_indexes_to_exports_and_imports.rb