Sha256: ab6eb1d4007b6579b4a62c8b22ed058e4d5e6cb3f46d44e4e701fe662b8044fc

Contents?: true

Size: 170 Bytes

Versions: 4

Compression:

Stored size: 170 Bytes

Contents

# This migration comes from spree (originally 20100811163637)
class AddGuestFlag < ActiveRecord::Migration
  def change
    add_column :users, :guest, :boolean
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
datashift_spree-0.3.0 spec/sandbox/db/migrate/20121023154406_add_guest_flag.spree.rb
datashift_spree-0.2.1 spec/sandbox/db/migrate/20121015151199_add_guest_flag.spree.rb
datashift_spree-0.2.0 spec/sandbox/db/migrate/20120925192767_add_guest_flag.spree.rb
datashift_spree-0.1.0 spec/sandbox/db/migrate/20120918081498_add_guest_flag.spree.rb