stubbed in pool controller test
This commit is contained in:
@@ -4,7 +4,6 @@ class CreatePools < ActiveRecord::Migration
|
||||
t.column :name, :string
|
||||
t.column :creator_id, :integer, :null => false
|
||||
t.column :description, :text
|
||||
t.column :is_public, :boolean, :null => false, :default => true
|
||||
t.column :is_active, :boolean, :null => false, :default => true
|
||||
t.column :post_ids, :text, :null => false, :default => ""
|
||||
t.timestamps
|
||||
|
||||
Reference in New Issue
Block a user