Skip to content

Commit

Permalink
fix(db): do not dump migration history entries by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Jan 17, 2024
1 parent fe28bd2 commit 9c4c5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/db/dump/dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func dumpData(ctx context.Context, config pgconn.Config, schema []string, useCop
// "storage",
"_analytics",
// "supabase_functions",
// "supabase_migrations",
"supabase_migrations",
}
var env []string
if len(schema) > 0 {
Expand Down

0 comments on commit 9c4c5b4

Please sign in to comment.