Sha256: 4d64a25737f3a573ffd604c84ac933537c0edc2267848ab926b4a5c9e46cb1b2
Contents?: true
Size: 285 Bytes
Versions: 16
Compression:
Stored size: 285 Bytes
Contents
# This migration comes from almanac (originally 20121102185130) class AddSpamToComments < ActiveRecord::Migration def up change_table :almanac_comments do |t| t.boolean :spam, :default => false end end def down remove_column :almanac_comments, :spam end end
Version data entries
16 entries across 16 versions & 1 rubygems