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 finding it more and more useful to have some pre-seeded fake data in the database during development, but this sort of data can't end up in a migration.
Would it be a good idea to have a query/_migration/dev directory to apply AFTER the migration completes for the first time (or with --force), that's only applied on development - maybe with a --dev flag?
The text was updated successfully, but these errors were encountered:
I'm finding it more and more useful to have some pre-seeded fake data in the database during development, but this sort of data can't end up in a migration.
Would it be a good idea to have a
query/_migration/dev
directory to apply AFTER the migration completes for the first time (or with--force
), that's only applied on development - maybe with a--dev
flag?The text was updated successfully, but these errors were encountered: