Skip to content

Conversation

@7ttp
Copy link
Contributor

@7ttp 7ttp commented Dec 30, 2025

when running supabase db push --include-seed, modified seed files were detected and their hashes updated, but the actual seed sql was not executed. this happened because ExecBatchWithCache only queued sql statements when Dirty was false, but modified seeds have Dirty set to true.

closes #4670

when a seed file is modified, the cli was only updating the hash in the
seed_files table but skipping the actual sql execution. this happened
because ExecBatchWithCache only queued sql statements when Dirty was
false, but modified seeds have Dirty set to true.
@7ttp 7ttp requested a review from a team as a code owner December 30, 2025 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

supabase db push --include-seed doesn't actually run seed files

1 participant