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

asm gen:sync-models ignores fields if there are class/instance methods #14

Open
liangjh opened this issue Feb 17, 2020 · 0 comments
Open

Comments

@liangjh
Copy link

liangjh commented Feb 17, 2020

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.

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

No branches or pull requests

1 participant