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
in my model i added new fields and expect that asm gen:sync-models would create the new columns. i've also added some class methods and instance methods.
i've noticed that asm gen:sync-models ignores everything when i have class and instance methods. there are also no error messages or anything.
after commenting out the class and instance methods, asm gen:sync-models runs fine.
can this be remedied? would think that it ought to ignore methods and resolve new fields. at the least it probably shouldn't fail silently.
The text was updated successfully, but these errors were encountered:
in my model i added new fields and expect that asm gen:sync-models would create the new columns. i've also added some class methods and instance methods.
i've noticed that asm gen:sync-models ignores everything when i have class and instance methods. there are also no error messages or anything.
after commenting out the class and instance methods, asm gen:sync-models runs fine.
can this be remedied? would think that it ought to ignore methods and resolve new fields. at the least it probably shouldn't fail silently.
The text was updated successfully, but these errors were encountered: