avatar
All checks were successful
Deploy / deploy (push) Successful in 1m5s

This commit is contained in:
2026-07-24 21:28:35 +02:00
parent 5630ff2308
commit 9a5f1b1a5d
41 changed files with 231 additions and 203 deletions

View File

@@ -30,6 +30,7 @@ CREATE TABLE user_profiles (
lat DECIMAL(10,7) NULL,
lng DECIMAL(10,7) NULL,
location_tracking_preference ENUM('disabled','prompt','enabled') NOT NULL DEFAULT 'prompt',
avatar_preset VARCHAR(32) NOT NULL DEFAULT 'modern_01',
avatar_skin_tone VARCHAR(24) NOT NULL DEFAULT 'warm',
avatar_hair_style VARCHAR(24) NOT NULL DEFAULT 'short',
avatar_hair_color VARCHAR(24) NOT NULL DEFAULT 'brown',