ycyxcx
All checks were successful
Deploy / deploy (push) Successful in 1m13s

This commit is contained in:
2026-07-24 21:43:37 +02:00
parent 9a5f1b1a5d
commit 0956a984cb
31 changed files with 326 additions and 266 deletions

View File

@@ -40,6 +40,7 @@ CREATE TABLE user_profiles (
avatar_head_shape VARCHAR(24) NOT NULL DEFAULT 'round',
avatar_hat_style VARCHAR(24) NOT NULL DEFAULT 'none',
avatar_hat_color VARCHAR(24) NOT NULL DEFAULT 'navy',
avatar_outfit_style VARCHAR(24) NOT NULL DEFAULT 'tee',
avatar_outfit_color VARCHAR(24) NOT NULL DEFAULT 'slate',
contact_phone VARBINARY(512) NULL,
contact_email VARBINARY(512) NULL,