-
-
Notifications
You must be signed in to change notification settings - Fork 3
Migrate development data #345
Copy link
Copy link
Closed
Labels
enhancementNon-breaking improvements to existing behaviourNon-breaking improvements to existing behaviourquestionUsage questions or clarification requestsUsage questions or clarification requests
Metadata
Metadata
Assignees
Labels
enhancementNon-breaking improvements to existing behaviourNon-breaking improvements to existing behaviourquestionUsage questions or clarification requestsUsage questions or clarification requests
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/devdirectory to apply AFTER the migration completes for the first time (or with--force), that's only applied on development - maybe with a--devflag?