forked from cartsnitch/cartsnitch
895ad77850
Better-Auth generates nanoid-style text IDs (e.g. pGud2ln2WAFHC0KYjBVKR4Rc7mM8OcTI), but the users table was using PostgreSQL uuid type, causing INSERT failures on registration. This changes User.id, UserStoreAccount.user_id, and Purchase.user_id from uuid to text, with a corresponding Alembic migration. Co-Authored-By: Paperclip <noreply@paperclip.ing>