Bug report
$ supabase db dump --data-only -f file.sql -x . .
only the first table is excluded from the dump
To Reproduce
include more than 1 table in the exclude list
Expected behavior
All files in exclude list should be omitted from the dump
Screenshots
System information
- OS: macOS
- Browser (if applies) NA
- Version of supabase-js: 2.15.18
- Version of Node.js: 22.11
Additional context
Add any other context about the problem here.