chore: drop Sora database schema and regenerate ent code

This commit is contained in:
erio
2026-04-05 17:19:07 +08:00
parent 62e80c602d
commit 9c514c9808
22 changed files with 67 additions and 2705 deletions

View File

@@ -72,12 +72,6 @@ func (User) Fields() []ent.Field {
field.Time("totp_enabled_at").
Optional().
Nillable(),
// Sora 存储配额
field.Int64("sora_storage_quota_bytes").
Default(0),
field.Int64("sora_storage_used_bytes").
Default(0),
}
}