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
Description
Creating a scaffold my_test followed by another scaffold test will end in an invalid state since the migration for the second model won't be created.
To Reproduce $ cargo loco generate scaffold my_test p:string --api $ cargo loco generate scaffold test o:string --api
Expected Behavior
Both should fully apply their respective injections since the migration names are similar, but not the same.
Environment:
Windows. Loco 0.12.
Additional Context
Issue being created solely for tracking. Fix already implemented, pr coming shortly.
The text was updated successfully, but these errors were encountered:
Description
Creating a scaffold
my_test
followed by another scaffoldtest
will end in an invalid state since the migration for the second model won't be created.To Reproduce
$ cargo loco generate scaffold my_test p:string --api
$ cargo loco generate scaffold test o:string --api
Expected Behavior
Both should fully apply their respective injections since the migration names are similar, but not the same.
Environment:
Windows. Loco 0.12.
Additional Context
Issue being created solely for tracking. Fix already implemented, pr coming shortly.
The text was updated successfully, but these errors were encountered: