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