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
5 lines
188 B
SQL
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;
|