FEATURE: Allow admins to schedule a topic to be published in the future.

This commit is contained in:
Guo Xiang Tan
2017-04-03 17:28:41 +08:00
parent dc5a6e7cda
commit f4758a4c4d
23 changed files with 359 additions and 177 deletions

View File

@@ -0,0 +1,5 @@
class AddCategoryIdToTopicStatusUpdates < ActiveRecord::Migration
def change
add_column :topic_status_updates, :category_id, :integer
end
end