fix: remove foreign key constraint from blobs table
Profile blobs use profile:// URIs that don't exist in posts table. Drop the foreign key constraint to allow storing blobs from both posts and profiles.
Add migration to recreate blobs table without constraint for existing databases.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>