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