Sha256: 5ea1e9d8bd37f988ea13a6c994c5e1a9dfbe2a6604ef84ccd810b537118ae593

Contents?: true

Size: 189 Bytes

Versions: 4

Compression:

Stored size: 189 Bytes

Contents

# This migration comes from spree (originally 20100901171814)
class ChangeGuestFlagToAnonymous < ActiveRecord::Migration
  def change
    rename_column :users, :guest, :anonymous
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
datashift_spree-0.3.0 spec/sandbox/db/migrate/20121023154415_change_guest_flag_to_anonymous.spree.rb
datashift_spree-0.2.1 spec/sandbox/db/migrate/20121015151208_change_guest_flag_to_anonymous.spree.rb
datashift_spree-0.2.0 spec/sandbox/db/migrate/20120925192776_change_guest_flag_to_anonymous.spree.rb
datashift_spree-0.1.0 spec/sandbox/db/migrate/20120918081507_change_guest_flag_to_anonymous.spree.rb