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
We should test if there are no errors in the migrations and seeder before running them in production. Testing each migration with real data is almost impossible, but we can migrate up, then seed, then migrate down and we're halfway there.
The text was updated successfully, but these errors were encountered:
We should test if there are no errors in the migrations and seeder before running them in production. Testing each migration with real data is almost impossible, but we can
migrate up
, thenseed
, thenmigrate down
and we're halfway there.The text was updated successfully, but these errors were encountered: