mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Topic Auto-Close: admins and mods can set a topic to automatically close after a number of days
This commit is contained in:
6
db/migrate/20130506185042_add_auto_close_at_to_topics.rb
Normal file
6
db/migrate/20130506185042_add_auto_close_at_to_topics.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddAutoCloseAtToTopics < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :topics, :auto_close_at, :datetime
|
||||
add_column :topics, :auto_close_user_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user