| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-31 | refactor(db): replace DATABASE_URL with individual POSTGRES_* env vars | nsfisis | |
| Eliminates duplicate configuration by building the connection URL from POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_DB, POSTGRES_HOST, and POSTGRES_PORT instead of requiring a separate DATABASE_URL. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | |||
| 2025-12-31 | feat(crdt): add server-side CRDT document storage schema | nsfisis | |
| Add PostgreSQL schema for storing Automerge CRDT documents with indexes for efficient querying by user, entity type, and sync version. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | |||
| 2025-12-06 | feat(dev): change architecture and directory structure | nsfisis | |
