#!/bin/bash echo "🌱 Seeding DeltaMind database with Niger Delta production data..." curl -X POST http://localhost:7860/api/seed echo "" echo "✅ Database seeded successfully"