Fix admin demo review and landing regressions
This commit is contained in:
@@ -45,7 +45,7 @@ public partial class SeedCurrentSeasonDemoVotingData : Migration
|
||||
|
||||
WITH award_groups(ord, group_name, group_slug, description, name_prefix) AS (
|
||||
VALUES
|
||||
(1, 'Main Awards', 'main-awards', 'Die groessten Allround-Auszeichnungen der aktuellen Demo-Season.', 'Astra'),
|
||||
(1, 'Main Awards', 'main-awards', 'Die groessten Allround-Auszeichnungen der aktuellen Season.', 'Astra'),
|
||||
(2, 'Discovery', 'discovery', 'Neue Stimmen, Debuets und Creator, die in dieser Season besonders sichtbar geworden sind.', 'Nova'),
|
||||
(3, 'Creative', 'creative', 'Model, Design, Rigging, Art und visuelle Praesentation im Stream.', 'Velvet'),
|
||||
(4, 'Performance', 'performance', 'Gesang, Musik, Buehnenpraesenz und besondere Live-Momente.', 'Melo'),
|
||||
@@ -76,7 +76,7 @@ public partial class SeedCurrentSeasonDemoVotingData : 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