Add Tiers and Game Prize
This commit is contained in:
@@ -23,6 +23,14 @@ func GetAllEntities() []interface{} {
|
||||
&PurchaseOrderItem{},
|
||||
&PurchaseOrderAttachment{},
|
||||
&IngredientUnitConverter{},
|
||||
// Gamification entities
|
||||
&CustomerPoints{},
|
||||
&CustomerTokens{},
|
||||
&Tier{},
|
||||
&Game{},
|
||||
&GamePrize{},
|
||||
&GamePlay{},
|
||||
&OmsetTracker{},
|
||||
// Analytics entities are not database tables, they are query results
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user