update real data

This commit is contained in:
2026-04-12 23:12:29 +07:00
parent 8de8b88a3d
commit 20ae176992
11 changed files with 487 additions and 122 deletions

View File

@@ -0,0 +1,5 @@
-- Migration 003: add display_name to user_gamification for leaderboard
-- Run in Supabase Dashboard → SQL Editor (after 002_gamification.sql)
ALTER TABLE user_gamification
ADD COLUMN IF NOT EXISTS display_name TEXT;