@aamay001 Brother, I have started working on #72.And I faced assignment error.Due to assignment of value to constant variable.
I just changed const to let for newSchema type in src\helpers\migration.helper.js
I have changed this because any future contributor would not face this type of error while working on this issue.
@aamay001 Brother, I have started working on #72.And I faced assignment error.Due to assignment of value to constant variable. I just changed const to let for newSchema type in
src\helpers\migration.helper.js
I have changed this because any future contributor would not face this type of error while working on this issue.