Fix admin demo review and landing regressions
This commit is contained in:
@@ -128,7 +128,7 @@ public partial class SeedLiveDemoAwardData : Migration
|
||||
award_groups.group_name,
|
||||
tiers.tier_name,
|
||||
award_groups.group_slug || '-' || tiers.tier_slug,
|
||||
award_groups.description || ' Demo-Tier: ' || tiers.tier_name || '.',
|
||||
award_groups.description,
|
||||
(award_groups.ord * 100) + (tiers.ord * 10),
|
||||
3,
|
||||
tiers.min_viewers,
|
||||
|
||||
Reference in New Issue
Block a user