(require("dbMigrate"))(dbConnection, migrations) → {promise}

Migration module. Used internally to perform the principle database migrations.
Parameters:
Name Type Description
dbConnection external:Database The Database connection on which to perform the actions
migrations object (can probably create a link to more doc)
Author:
  • Frank Villasenor
Source:
Returns:
Which resolves once all
Type
promise