Sha256: 432888946eacdc3c9f36e326789934feb65decb978b1acfda85c14aa01fba5b0

Contents?: true

Size: 226 Bytes

Versions: 5

Compression:

Stored size: 226 Bytes

Contents

class AddIndexesToAlchemyCrmSha1Columns < ActiveRecord::Migration
  def change
    add_index :alchemy_crm_contacts, :email_sha1
    add_index :alchemy_crm_mailings, :sha1
    add_index :alchemy_crm_recipients, :sha1
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alchemy_crm-2.0.5 db/migrate/20120320103412_add_indexes_to_alchemy_crm_sha1_columns.rb
alchemy_crm-2.0.4.1 db/migrate/20120320103412_add_indexes_to_alchemy_crm_sha1_columns.rb
alchemy_crm-2.1.0a db/migrate/20120320103412_add_indexes_to_alchemy_crm_sha1_columns.rb
alchemy_crm-2.0.3 db/migrate/20120320103412_add_indexes_to_alchemy_crm_sha1_columns.rb
alchemy_crm-2.0.2 db/migrate/20120320103412_add_indexes_to_alchemy_crm_sha1_columns.rb