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
I was following the file changes in #846 on what files and code to edit, so that I could remove the notes model and related code from the saas starter.
Description
When there is only one migration in the
/migration/src/lib.rs
file, adding a new migration via CLI results in broken code.Before:
After:
To Reproduce
/migration/src/lib.rs
file as shown above.cargo loco generate model test name:string
Expected Behavior
The new migration should be added into the
vec![]
macro correctly.Misc
I'm willing to contribute a fix, though I'll need some guidance to find the source of the issue because I'm still unfamiliar with the codebase.
The text was updated successfully, but these errors were encountered: