Sha256: 57f5d9c20cfdd19e4b67fa0c992e57247ff1b47efbf05ba1d9945514b23c8b30

Contents?: true

Size: 202 Bytes

Versions: 8

Compression:

Stored size: 202 Bytes

Contents

class RemoveReferralCodeFromAstrochimpSignup < ActiveRecord::Migration
  def change
    remove_index  :astrochimp_signups, :referral_code
    remove_column :astrochimp_signups, :referral_code
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
astrochimp-0.2.5 db/migrate/20121206205605_remove_referral_code_from_astrochimp_signup.rb
astrochimp-0.2.4 db/migrate/20121206205605_remove_referral_code_from_astrochimp_signup.rb
astrochimp-0.2.3 db/migrate/20121206205605_remove_referral_code_from_astrochimp_signup.rb
astrochimp-0.2.2 db/migrate/20121206205605_remove_referral_code_from_astrochimp_signup.rb
astrochimp-0.2.1 db/migrate/20121206205605_remove_referral_code_from_astrochimp_signup.rb
astrochimp-0.2.0 db/migrate/20121206205605_remove_referral_code_from_astrochimp_signup.rb
astrochimp-0.1.3 db/migrate/20121206205605_remove_referral_code_from_astrochimp_signup.rb
astrochimp-0.1.2 db/migrate/20121206205605_remove_referral_code_from_astrochimp_signup.rb