Supabase deleting almost all the rows in a couple tables and wipes another table? Why? How?
deleting all the rows in a couple tables from 590 rows to 17 players and then completely wipe out records in another table. I don't see any logs .. How is this possible? I don't have code to delete from these tables? This behavior started to occur when I moved code to Vercel. I have tried this with a variety of database connection url strings. The code is Next.js. DATABASE_URL="postgresql://postgres:password@db.string.supabase.co:5432/postgres"
DATABASE_URL="postgresql://postgres:password@dbstring.supabase.co:6543/postgres?pgbouncer=true](http://db.pocqvmoyjhnpzldtefyl.supabase.co:6543/postgres?pgbouncer=true)"
Database URL currently in Vercel
postgresql://postgres.dbstring:password@aws-0-us-west-1.pooler.supabase.com:6543/postgres . I'm mystified. Has this every happened to anyone? Any possible reasons? Thanks
DATABASE_URL="postgresql://postgres:password@dbstring.supabase.co:6543/postgres?pgbouncer=true](http://db.pocqvmoyjhnpzldtefyl.supabase.co:6543/postgres?pgbouncer=true)"
Database URL currently in Vercel
postgresql://postgres.dbstring:password@aws-0-us-west-1.pooler.supabase.com:6543/postgres . I'm mystified. Has this every happened to anyone? Any possible reasons? Thanks