Add ThresholdIDs to AccountProfiles

This commit is contained in:
TeoV
2020-12-21 17:22:59 +02:00
committed by Dan Christian Bogos
parent 9c5b50a1de
commit 4eefdc9a03
7 changed files with 41 additions and 11 deletions

View File

@@ -584,6 +584,7 @@ type AccountProfileMdl struct {
BalanceType string `index:"9" re:""`
BalanceOpts string `index:"10" re:""`
BalanceValue float64 `index:"11" re:"\d+\.?\d*"`
ThresholdIDs string `index:"12" re:""`
CreatedAt time.Time
}