Sha256: 8290a336c59894756e46be1c21d9829ca36b27819c716e069cb50a9e7e3774a8

Contents?: true

Size: 195 Bytes

Versions: 5

Compression:

Stored size: 195 Bytes

Contents

class AddExpandedCalendarToUser < ActiveRecord::Migration
  def self.up
    add_column :users, :expanded_calendar, :boolean
  end

  def self.down
    remove_column :users, :expandable
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xrono-1.0.4 db/migrate/20110630194044_add_expanded_calendar_to_user.rb
xrono-1.0.3 db/migrate/20110630194044_add_expanded_calendar_to_user.rb
xrono-1.0.2 db/migrate/20110630194044_add_expanded_calendar_to_user.rb
xrono-1.0.1 db/migrate/20110630194044_add_expanded_calendar_to_user.rb
xrono-1.0.0 db/migrate/20110630194044_add_expanded_calendar_to_user.rb