mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add unstarred_at column to topic_users so we can permanently track when topics are starred
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddUnstarredAtToTopicUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :topic_users, :unstarred_at, :datetime
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user