1
0
Fork 0
forked from gitea/nas

Merge branch 'kb_development' into kb_migration

This commit is contained in:
KMY 2023-04-26 11:38:30 +09:00
commit ce5a9f2500
9 changed files with 50 additions and 27 deletions

View file

@ -18,6 +18,8 @@
# min_reblogs :integer
# created_at :datetime not null
# updated_at :datetime not null
# min_emojis :integer
# keep_self_emoji :boolean default(TRUE), not null
#
class AccountStatusesCleanupPolicy < ApplicationRecord
include Redisable