Adds the `users` table to `src/lib/db/schema.ts` with: - UUID primary key (defaultRandom) - email (unique, not null) - password_hash (nullable, for OAuth-only users) - name, image (nullable) - provider (default 'credentials'), provider_account_id (nullable) - email_verified (timestamp, nullable) - created_at, updated_at Marks task 2.1 as complete in tasks.md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| changes | ||
| specs | ||
| config.yaml | ||