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
As a dev,
I want to be able to quickly customize the seeded data to the database
So I can have better control over my development environment.
The idea is we can consolidate the migration scripts, add the dev.db to the .gitignore file and control exactly the data that will be added to the database after generating from the schema.
As a dev,
I want to be able to quickly customize the seeded data to the database
So I can have better control over my development environment.
The idea is we can consolidate the migration scripts, add the dev.db to the .gitignore file and control exactly the data that will be added to the database after generating from the schema.