🗃️ Add the status model

This commit is contained in:
2024-06-26 17:59:15 +08:00
parent 7aef153bf3
commit ab5130de2a
4 changed files with 32 additions and 9 deletions

View File

@ -11,6 +11,7 @@ var AutoMaintainRange = []any{
&models.AccountProfile{},
&models.AccountContact{},
&models.AccountFriendship{},
&models.Status{},
&models.Badge{},
&models.Realm{},
&models.RealmMember{},