Migration handling
Closed this issue · 1 comments
chrisvidal commented
the new version update migrations are not working properly.
the new table and new columns in users
table are not created because you directly updated the previous migration file.
what you should do is to create a new migration file with the new table and new columns, then update the version.yaml
accordingly.
tohurtv commented
Alright see what you mean from here on will make sure to put updates into new migrations to avoid this