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 scriptth-downstream
parent
3288f4a571
commit
5ad2a7b5dc
@ -0,0 +1,5 @@
|
||||
class AddByModeratorToTombstone < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :tombstones, :by_moderator, :boolean
|
||||
end
|
||||
end
|
Loading…
Reference in new issue