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.
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 downand we're halfway there.