Sha256: d29cc568dd2ba9b1d64167f5e15dfb33a83c9e9ec9da75e31256b7a3b0ff5fcb

Contents?: true

Size: 219 Bytes

Versions: 4

Compression:

Stored size: 219 Bytes

Contents

class AddForceTextileToUsers < ActiveRecord::Migration
  def self.up
    add_column :users, :force_blog_posts_to_textile, :boolean
  end

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

Version data entries

4 entries across 3 versions & 1 rubygems

Version Path
admin_assistant-2.1.0 rails_3_0/db/migrate/20090701171857_add_force_textile_to_users.rb
admin_assistant-2.0.1 rails_2_test/db/migrate/20090701171857_add_force_textile_to_users.rb
admin_assistant-2.0.1 rails_3_test/db/migrate/20090701171857_add_force_textile_to_users.rb
admin_assistant-1.0.1 test_rails_app/db/migrate/20090701171857_add_force_textile_to_users.rb