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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: