Fix error when attempting to delete posts that triggered a notification request (#29666)

This commit is contained in:
Claire
2024-03-20 17:48:24 +01:00
parent 58a606e0ab
commit 821fc53583
3 changed files with 10 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
# id :bigint(8) not null, primary key
# account_id :bigint(8) not null
# from_account_id :bigint(8) not null
# last_status_id :bigint(8) not null
# last_status_id :bigint(8)
# notifications_count :bigint(8) default(0), not null
# dismissed :boolean default(FALSE), not null
# created_at :datetime not null