Added migration runner that allows for migrations to use server code (#8436)

* Added migration runner that allows for migrations to use server code

* Replaced example script in migration runner
This commit is contained in:
Keith Holliday
2017-01-20 15:08:01 -07:00
committed by Sabe Jones
parent ad5b2fe540
commit 2c37ba3cee
2 changed files with 22 additions and 1 deletions

View File

@@ -80,4 +80,4 @@ function exiting(code, msg) {
process.exit(code);
}
processUsers()
module.exports = processUsers;