about summary refs log tree commit diff
path: root/db/migrate/20190819134503_add_deleted_at_to_statuses.rb
AgeCommit message (Collapse)Author
2019-08-22Add soft delete for statuses for instant deletes through API (#11623)Eugen Rochko
* Add soft delete for statuses to allow them to appear instant * Allow reporting soft-deleted statuses and show them in the admin UI * Change index for getting an account's statuses