-
Notifications
You must be signed in to change notification settings - Fork 296
chore: remove all tabs & trailing spaces from SQL files #648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
## What kind of change does this PR introduce? related supabase/cli#648 ## What is the current behavior? Please link any relevant issues here. ## What is the new behavior? Feel free to include screenshots if it includes visual changes. ## Additional context Add any other context or screenshots.
Pull Request Test Coverage Report for Build 3572813994
💛 - Coveralls |
@kbsali are you referring to running pg_dump on your local dev database? If so, that is out of scope for CLI. What we do support is dumping remote project with That said, we are looking into generating these initial schemas in a fully automated way. So our preference is to fix the schemas in the respective services upstream. In this case, it is supabase/auth#843. |
identified by a CLI user supabase/cli#648
ok, perfect. I wasn't sure how these sql files were generated. |
Probably from either of these repos |
## What kind of change does this PR introduce? related supabase/cli#648 ## What is the current behavior? Please link any relevant issues here. ## What is the new behavior? Feel free to include screenshots if it includes visual changes. ## Additional context Add any other context or screenshots.
## What kind of change does this PR introduce? related supabase/cli#648 ## What is the current behavior? Please link any relevant issues here. ## What is the new behavior? Feel free to include screenshots if it includes visual changes. ## Additional context Add any other context or screenshots.
## What kind of change does this PR introduce? related supabase/cli#648 ## What is the current behavior? Please link any relevant issues here. ## What is the new behavior? Feel free to include screenshots if it includes visual changes. ## Additional context Add any other context or screenshots.
## What kind of change does this PR introduce? related supabase/cli#648 ## What is the current behavior? Please link any relevant issues here. ## What is the new behavior? Feel free to include screenshots if it includes visual changes. ## Additional context Add any other context or screenshots.
## What kind of change does this PR introduce? related supabase/cli#648 ## What is the current behavior? Please link any relevant issues here. ## What is the new behavior? Feel free to include screenshots if it includes visual changes. ## Additional context Add any other context or screenshots.
## What kind of change does this PR introduce? related supabase/cli#648 ## What is the current behavior? Please link any relevant issues here. ## What is the new behavior? Feel free to include screenshots if it includes visual changes. ## Additional context Add any other context or screenshots.
What kind of change does this PR introduce?
docs update
What is the current behavior?
When dumping an entire project, the SQL sometimes has tabs instead of 2 spaces (which seems the default)
What is the new behavior?
Additional context