Multiple seed files for local development #13724
Unanswered
kylerummens
asked this question in
Feature Requests
Replies: 2 comments 1 reply
|
I'd like something like Supabase recognizing seed*.sql so I can seed by data model 😄 |
1 reply
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It would be handy to be able to have multiple seed files in local development. Maybe instead of the seed file having to be called
seed.sql, any file in the/supabasetop-level directory with the.sqlextension is considered a seed file?Thoughts?
All reactions