Sha256: 966661b22ba50f6f3d41eba6af22cafb34cb40b423d52ac96e8279e3636efff2

Contents?: true

Size: 180 Bytes

Versions: 5

Compression:

Stored size: 180 Bytes

Contents

class AddActiveToComments < ActiveRecord::Migration
  def self.up
    add_column :comments, :active, :boolean
  end

  def self.down
    remove_column :comments, :active
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xrono-1.0.4 db/migrate/20101112151337_add_active_to_comments.rb
xrono-1.0.3 db/migrate/20101112151337_add_active_to_comments.rb
xrono-1.0.2 db/migrate/20101112151337_add_active_to_comments.rb
xrono-1.0.1 db/migrate/20101112151337_add_active_to_comments.rb
xrono-1.0.0 db/migrate/20101112151337_add_active_to_comments.rb