sxsad
All checks were successful
Deploy / deploy (push) Successful in 1m43s

This commit is contained in:
2026-07-24 21:58:59 +02:00
parent 0956a984cb
commit 69fa2e029d
110 changed files with 150 additions and 152 deletions

View File

@@ -30,7 +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_preset VARCHAR(32) NOT NULL DEFAULT 'modern_001',
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',