added post flag test

This commit is contained in:
albert
2011-03-30 14:13:42 -04:00
parent 5856b105f5
commit a871b425f6
36 changed files with 214 additions and 128 deletions

View File

@@ -5,6 +5,7 @@ class CreatePostFlags < ActiveRecord::Migration
t.column :creator_id, :integer, :null => false
t.column :creator_ip_addr, :inet, :null => false
t.column :reason, :text
t.column :is_resolved, :boolean, :null => false, :default => false
t.timestamps
end