feat: add currencies (NOK, SEK, DKK) (#128)

This commit is contained in:
Hayden 2022-11-01 15:10:48 -08:00 committed by GitHub
parent 592d4eda55
commit b6b2a2d889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 4 deletions

View file

@ -27,7 +27,7 @@ func (Group) Fields() []ent.Field {
NotEmpty(),
field.Enum("currency").
Default("usd").
Values("usd", "eur", "gbp", "jpy", "zar", "aud"),
Values("usd", "eur", "gbp", "jpy", "zar", "aud", "nok", "sek", "dkk"),
}
}