candle-annotator/openspec
Marko Djordjevic 9101cfb7af Add users table to Drizzle schema (task 2.1)
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>
2026-02-20 09:46:20 +01:00
..
changes Add users table to Drizzle schema (task 2.1) 2026-02-20 09:46:20 +01:00
specs Archive code-review-fix change and sync specs to main 2026-02-20 08:54:59 +01:00
config.yaml starting planning 2026-02-12 09:42:55 +01:00