You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating a package at the moment, which relies on a table being created via a migration, however this table needs to be prefilled with a standard set of data that will be used when connecting to the 3rd party site. So initially I thought I'd be able to just create a seeds folder inside my package and add the data as an array in there, however it seems that I can't run this seed since it's not in the location that db:seed looks.
So, my request is that the user be able to add the flag of --package or --bench, just like when running migrations, so they can seed the table created by the package.
The text was updated successfully, but these errors were encountered:
I'm creating a package at the moment, which relies on a table being created via a migration, however this table needs to be prefilled with a standard set of data that will be used when connecting to the 3rd party site. So initially I thought I'd be able to just create a seeds folder inside my package and add the data as an array in there, however it seems that I can't run this seed since it's not in the location that db:seed looks.
So, my request is that the user be able to add the flag of --package or --bench, just like when running migrations, so they can seed the table created by the package.
The text was updated successfully, but these errors were encountered: