Skip to content

rake db:drop db:create db:migrate not run migrations in rails 8 #54106

@nleo

Description

@nleo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions