track when tag subscriptions are used (for pruning)
This commit is contained in:
@@ -6,6 +6,7 @@ class CreateTagSubscriptions < ActiveRecord::Migration
|
||||
t.column :tag_query, :string, :null => false
|
||||
t.column :post_ids, :text, :null => false
|
||||
t.column :is_public, :boolean, :null => false, :default => true
|
||||
t.column :last_accessed_at, :datetime
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user