Extend your existing VinaJet Supabase database with the agent commission system. This migration adds agent tables, commission tracking, and tier management to your current schema.
Add these to your .env.local file:
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
NEXT_PUBLIC_USE_SUPABASE=trueAfter setting up the database, test these features:
NEXT_PUBLIC_USE_SUPABASE=true