Logo
Explore Help
Sign In
sass/root-org
2
0
Fork 0
You've already forked root-org
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
046d4bd098132079e06a46821aa6e9dffd23d39f
root-org/supabase/migrations/024_profile_extended_fields.sql
AlacrisDevs 676468d3ec feat: extended profile fields (phone, discord, shirt/hoodie sizes) - Migration 024: add phone, discord_handle, shirt_size, hoodie_size to profiles - Account page: new Contact & Sizing section with phone, discord, size dropdowns - Save profile persists all new fields - Layout server: profile queries include new fields for org members and user - Event team page: member rows show phone, discord, T-shirt and hoodie sizes - EventMemberWithDetails profile type extended - i18n: 8 new keys in EN and ET - svelte-check: 0 errors, vitest: 112/112 passed
2026-02-07 12:53:56 +02:00

9 lines
278 B
SQL
Raw Blame History

-- Extended profile fields: contact info and clothing sizes
-- These are collected during onboarding and visible to event team managers
ALTER TABLE profiles
ADD COLUMN phone TEXT,
ADD COLUMN discord_handle TEXT,
ADD COLUMN shirt_size TEXT,
ADD COLUMN hoodie_size TEXT;
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 56ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API