fullcube / loopback-component-migrate

Migration framework for loopback
43 stars 30 forks source link

Trigger callback when no migrations need to be run #15

Closed lsocrate closed 7 years ago

lsocrate commented 7 years ago

Previously, when no migration were run the Migration model would keep hanging, without calling the callback or returning the Promise. This PR fixes that.