Hi all,
is it possible to run migrations by environment with Mongeez?
Based on the code, I would say the answer is no. If that is the case, can it be requested as a feature?
eg.
if(environment === 'Development') {
db.User.insert();
}
Thanks,
Franklin Dattein