0
0
Fork 0

Fix data integrity of featured tags (#17712)

This commit is contained in:
Eugen Rochko 2022-03-09 08:51:12 +01:00 committed by GitHub
parent c0327ff31f
commit 318d34d528
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 5 deletions

View file

@ -4,8 +4,8 @@
# Table name: featured_tags
#
# id :bigint(8) not null, primary key
# account_id :bigint(8)
# tag_id :bigint(8)
# account_id :bigint(8) not null
# tag_id :bigint(8) not null
# statuses_count :bigint(8) default(0), not null
# last_status_at :datetime
# created_at :datetime not null