tag subscriptions

This commit is contained in:
albert
2011-01-30 02:24:47 -05:00
parent ee9aca973f
commit c0968ec5e3
7 changed files with 51 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ class CreateTagSubscriptions < ActiveRecord::Migration
t.column :name, :string, :null => false
t.column :tag_query, :string, :null => false
t.column :post_ids, :text, :null => false
t.column :is_visible_on_profile, :boolean, :null => false, :default => true
t.column :is_public, :boolean, :null => false, :default => true
t.timestamps
end