Fix error when attempting to delete posts that triggered a notification request (#29666)
This commit is contained in:
parent
d4449cc682
commit
954b470fbc
3 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue