Add Campaign

This commit is contained in:
Aditya Siregar
2025-09-17 23:55:11 +07:00
parent 201e24041b
commit 155016dec8
26 changed files with 3399 additions and 1 deletions
+3
View File
@@ -31,6 +31,9 @@ func GetAllEntities() []interface{} {
&GamePrize{},
&GamePlay{},
&OmsetTracker{},
&Reward{},
&Campaign{},
&CampaignRule{},
// Analytics entities are not database tables, they are query results
}
}