Sha256: 11b614200b439afc7f7e8c48e71e3fb53a33c987ceb275228f8750efda6d7f11

Contents?: true

Size: 249 Bytes

Versions: 2

Compression:

Stored size: 249 Bytes

Contents

class AddActiveAndActivationTokenToEmailLeads < ActiveRecord::Migration
  def change
    add_column :glengarry_email_leads, :active, :boolean, :default=>false
    add_column :glengarry_email_leads, :activation_token, :string, :default=>""
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
glengarry-0.0.4 db/migrate/20121001002851_add_active_and_activation_token_to_email_leads.rb
glengarry-0.0.3 db/migrate/20121001002851_add_active_and_activation_token_to_email_leads.rb