index.js 358 B

12345678910
  1. const migrations = require('@alancnet/material-framework/lib/database/migrations')
  2. module.exports = Object.assign(migrations, {
  3. 'special-dispatch-app': [
  4. require('./1.01-location-to-terminal.js'),
  5. require('./1.02-retailer-to-client.js'),
  6. require('./1.03-service-categories.js')
  7. ]
  8. })
  9. module.exports['special-dispatch-app'].defaultVersion = -1