Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phantom migrations with Acronims defined in another branch don't work #95

Closed
ka8725 opened this issue Sep 6, 2024 · 0 comments · Fixed by #108
Closed

Phantom migrations with Acronims defined in another branch don't work #95

ka8725 opened this issue Sep 6, 2024 · 0 comments · Fixed by #108
Assignees
Milestone

Comments

@ka8725
Copy link
Member

ka8725 commented Sep 6, 2024

The TS360 acronym was defined in another branch. The migration was migrated and copied into "tmp/migrated" folder, then tried to roll back being identified as phantom one. Then the following error appeared:

NameError: uninitialized constant AddTs360UsersAddressesAssoc
Did you mean?  AddTS360UsersAddressesAssoc


Caused by:
NameError: uninitialized constant AddTs360UsersAddressesAssoc
Did you mean?  AddTS360UsersAddressesAssoc

Tasks: TOP => db:rollback_branches
(See full trace by running task with --trace)

Figure out what we can do to make this migration rolled back and implement the solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants