mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Cleaned up TopicUserSpec, introduces clearing of pinned topics
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class AddClearedPinnedToTopicUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :topic_users, :cleared_pinned_at, :datetime, null: true
|
||||
|
||||
add_column :topics, :pinned_at, :datetime, null: true
|
||||
execute "UPDATE topics SET pinned_at = created_at WHERE pinned"
|
||||
remove_column :topics, :pinned
|
||||
end
|
||||
end
|
||||
2049
db/structure.sql
2049
db/structure.sql
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user