actual_db_schema icon indicating copy to clipboard operation
actual_db_schema copied to clipboard

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

Open ka8725 opened this issue 1 year ago • 0 comments

The TS360 acronym was defined in another branch, and the migration was migrated. 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)

ka8725 avatar Sep 06 '24 09:09 ka8725