mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
The $tenant attribute type in the database library is being changed from VAR_INTEGER to VAR_ID, which handles both SQL (integer) and MongoDB (UUID7 string) adapters natively. This removes the now-unnecessary conditional casting pattern throughout the codebase. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>