Sha256: ea37c3c2cc88ceb5dde95deb3536701bb2c1a6fb6edbae6b28bbf68b8a7ab9f8

Contents?: true

Size: 119 Bytes

Versions: 5

Compression:

Stored size: 119 Bytes

Contents

class AddIndexToUserIdOnWorkUnits < ActiveRecord::Migration
  def change
    add_index :work_units, :user_id
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xrono-1.0.4 db/migrate/20120221193022_add_index_to_user_id_on_work_units.rb
xrono-1.0.3 db/migrate/20120221193022_add_index_to_user_id_on_work_units.rb
xrono-1.0.2 db/migrate/20120221193022_add_index_to_user_id_on_work_units.rb
xrono-1.0.1 db/migrate/20120221193022_add_index_to_user_id_on_work_units.rb
xrono-1.0.0 db/migrate/20120221193022_add_index_to_user_id_on_work_units.rb