0
0
Fork 0

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 committed by GitHub
parent d4449cc682
commit 954b470fbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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