navidocs/server/db/migrations/008_add_organizations_metadata.sql
Danny Stocker 58b344aa31 FINAL: P0 blockers fixed + Joe Trader + ignore binaries
Fixed:
- Price: €800K-€1.5M, Sunseeker added
- Agent 1: Joe Trader persona + actual sale ads research
- Ignored meilisearch binary + data/ (too large for GitHub)
- SESSION_DEBUG_BLOCKERS.md created

Ready for Session 1 launch.

🤖 Generated with Claude Code
2025-11-13 01:29:59 +01:00

5 lines
188 B
SQL

-- Migration: Add metadata column to organizations table
-- Date: 2025-10-21
-- Description: Support custom metadata for organizations
ALTER TABLE organizations ADD COLUMN metadata TEXT;