Skip to content

Incorrect command for generating migrations in the documentation #1695

@riyaadh-abrahams

Description

@riyaadh-abrahams

Hello,

I noticed that the documentation shows an incorrect command for generating migrations. The current command mentioned is:

rails generate neo4j:migration RenameUserNameToFirstName

However, this command does not work. Instead, the correct command should be:

rails generate active_graph:migration RenameUserNameToFirstName

Please update the documentation to reflect the correct command for generating migrations. This will help avoid confusion for users who are following the documentation.

Thanks!

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