forked from cartsnitch/cartsnitch
146322f51e
Better-Auth inserts into users without a hashed_password value (passwords are stored in the accounts table). This was causing a NOT NULL constraint violation and 422 FAILED_TO_CREATE_USER on sign-up. Revision ID: 003_make_users_hashed_password_nullable Resolves: CAR-172 Co-Authored-By: Paperclip <noreply@paperclip.ing>