Sha256: e61a21df9ca0e851d27d8eacaa818526684d9e6bf4140c89b505a9a5408f58ea

Contents?: true

Size: 194 Bytes

Versions: 7

Compression:

Stored size: 194 Bytes

Contents

class SpamFlagForComments < ActiveRecord::Migration
  def change
    add_column :gb_comments , :spam , :boolean , :default =>  false
    add_column :gb_comments , :spam_score , :float
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gluttonberg-core-2.6.2 db/migrate/20130201025800_spam_flag_for_comments.rb
gluttonberg-core-2.6.1 db/migrate/20130201025800_spam_flag_for_comments.rb
gluttonberg-core-2.6.0 db/migrate/20130201025800_spam_flag_for_comments.rb
gluttonberg-core-2.5.9 db/migrate/20130201025800_spam_flag_for_comments.rb
gluttonberg-core-2.5.8 db/migrate/20130201025800_spam_flag_for_comments.rb
gluttonberg-core-2.5.7 db/migrate/20130201025800_spam_flag_for_comments.rb
gluttonberg-core-2.5.6 db/migrate/20130201025800_spam_flag_for_comments.rb