balmasi / migrate-mongoose

A node based migration framework for mongoose supporting ES6 migrations
MIT License
264 stars 84 forks source link

moved global MigrationModel to class #61

Closed buraktt closed 3 years ago

buraktt commented 4 years ago

global MigrationModel is moved to class. why? if the class is programmatically instantiated multiple times (multiple folders & collections), the last loaded model was overriding all.