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
Seeds are env specific with the development seeds to ease development, staging and are not required to be strictly idempotent in contrast to production or shared seeds.
TODO:
🟢 ensure seeds can be run multiple times
♊ ensure shared or production seeds are idempotent
🚚 some db migration logic to be moved to idempotent seeds
so that db:setup ~ db:migrate + db:seed
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Context
Seeds are env specific with the development seeds to ease development, staging and are not required to be strictly idempotent in contrast to production or shared seeds.
TODO:
🟢 ensure seeds can be run multiple times
♊ ensure shared or production seeds are idempotent
🚚 some db migration logic to be moved to idempotent seeds
so that db:setup ~ db:migrate + db:seed
🤝 most models to have dev seeds
...
Beta Was this translation helpful? Give feedback.
All reactions