- Shipped
- November 23, 2025 at 6:58 PM UTC
- Author
- snadjafinia
- Commit
- 83217cb
- Created UserPhoto entity for storing user and member profile photos - Created UserBackground entity for storing user and member background images - Both entities support user-level (member=null) and member-level (member set) associations - UserPhoto includes isSet field to indicate which photo is currently active - UserBackground includes sortId field for ordering multiple backgrounds - Both entities use EmbRecordState embeddable for tracking creation, updates, and active status - Added appropriate database indexes for performance optimization