🐛 Fix auto migrate issue

This commit is contained in:
LittleSheep 2025-03-29 22:48:10 +08:00
parent 3cd102046a
commit b2466bdee1

View File

@ -31,5 +31,5 @@ type Publisher struct {
AccountID *uint `json:"account_id"`
Account models.Account `gorm:"-"`
Realm models.Realm `json:"-"`
Realm models.Realm `gorm:"-"`
}