feat(moderation): add user profile content moderation for avatars, covers, and bios
This commit is contained in:
@@ -173,6 +173,9 @@ func autoMigrate(db *gorm.DB) error {
|
||||
|
||||
// 身份认证相关
|
||||
&VerificationRecord{},
|
||||
|
||||
// 用户资料审核相关
|
||||
&UserProfileAudit{},
|
||||
)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user