Sha256: c7cb9338847ff418035d9fe942ab3f08dbe86902776d78c9c68e0cf137eda12c

Contents?: true

Size: 202 Bytes

Versions: 7

Compression:

Stored size: 202 Bytes

Contents

class AddSha1AndSaltToAlchemyCrmRecipients < ActiveRecord::Migration
  def change
    add_column :alchemy_crm_recipients, :sha1, :string
    add_column :alchemy_crm_recipients, :salt, :string
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
alchemy_crm-2.0.5 db/migrate/20120316161333_add_sha1_and_salt_to_alchemy_crm_recipients.rb
alchemy_crm-2.0.4.1 db/migrate/20120316161333_add_sha1_and_salt_to_alchemy_crm_recipients.rb
alchemy_crm-2.1.0a db/migrate/20120316161333_add_sha1_and_salt_to_alchemy_crm_recipients.rb
alchemy_crm-2.0.3 db/migrate/20120316161333_add_sha1_and_salt_to_alchemy_crm_recipients.rb
alchemy_crm-2.0.2 db/migrate/20120316161333_add_sha1_and_salt_to_alchemy_crm_recipients.rb
alchemy_crm-2.0.1 db/migrate/20120316161333_add_sha1_and_salt_to_alchemy_crm_recipients.rb
alchemy_crm-2.0.0 db/migrate/20120316161333_add_sha1_and_salt_to_alchemy_crm_recipients.rb