Record deleted(by mod) status to prevent re-appear (#10732)
* Record deleted(by mod) status to prevent re-appear * Move to Tombstone * Add missing migration script
This commit is contained in:
parent
09eea46631
commit
ce8635605c
4 changed files with 15 additions and 7 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddByModeratorToTombstone < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :tombstones, :by_moderator, :boolean
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue