mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 07:07:43 +08:00
flagging workflow changes per http://meta.discourse.org/t/we-need-an-archive-flag-notification-button/7450
This commit is contained in:
7
db/migrate/20130619063902_add_defer_to_post_actions.rb
Normal file
7
db/migrate/20130619063902_add_defer_to_post_actions.rb
Normal file
@ -0,0 +1,7 @@
|
||||
class AddDeferToPostActions < ActiveRecord::Migration
|
||||
def change
|
||||
# an action can be deferred by a moderator, used for flags
|
||||
add_column :post_actions, :defer, :boolean
|
||||
add_column :post_actions, :defer_by, :int
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user