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 solo developer, when I start new project, I never know what exacly database schema will be.
Sometimes I edit recent or old migrations and want to rerun all with command: rake db:drop db:create db:migrate. Now seems this behavior is broken and rake db:migrate load schema, not run migrations as it expected by it's name. But there is another command: rake db:schema:load and it looks like confusing behavior.