Add support for indexable
attribute on remote actors (#26485)
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
This commit is contained in:
parent
fc5ab2dc83
commit
90ec88d58b
5 changed files with 22 additions and 1 deletions
|
@ -50,6 +50,7 @@
|
|||
# trendable :boolean
|
||||
# reviewed_at :datetime
|
||||
# requested_review_at :datetime
|
||||
# indexable :boolean default(FALSE), not null
|
||||
#
|
||||
|
||||
class Account < ApplicationRecord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue