Commit Graph

5 Commits (1d680f19411120c9cfdf43f5284c5676eb621185)

Author SHA1 Message Date
Matt Jankowski 978142ac9e
Add missing `NOT NULL` on more columns from "large but valid" tables ()
Matt Jankowski a20ac20302
Add model spec for `Tombstone` ()
Jeong Arm ce8635605c Record deleted(by mod) status to prevent re-appear ()
* Record deleted(by mod) status to prevent re-appear

* Move to Tombstone

* Add missing migration script
Eugen Rochko 80768e2840
Fix missing account association in tombstone model ()
ThibG 75b1488cf4 Add tombstones for remote statuses ()
* Add Tombstone model to remember object deletion

* Do not recreate a status if it has been deleted

* Record Tombstone for remote deleted items

Also, only record deleted items from same-host actors

* Clear an user's tombstones when their key change