Skip to content
Snippets Groups Projects
Commit ebdd3dc7 authored by Yannis Barlas's avatar Yannis Barlas
Browse files

feat(*): expose migrate as a function

parent 27d9530b
No related branches found
No related tags found
1 merge request!88feat(*): expose migrate as a function
......@@ -5,6 +5,7 @@ const { send: sendEmail } = require('./services/sendEmail')
const logger = require('./logger')
const db = require('./dbManager/db')
const migrate = require('./dbManager/migrate')
const pubsubManager = require('./graphql/pubsub')
const authentication = require('./authentication')
const { File } = require('./models')
......@@ -69,6 +70,7 @@ module.exports = {
File,
logger,
db,
migrate,
useTransaction,
cron,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment