0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server/data/migrations/utils/index.js

11 lines
253 B
JavaScript
Raw Normal View History

module.exports = {
...require('./migrations'),
...require('./permissions'),
...require('./schema'),
...require('./settings'),
...require('./tables'),
meta: {
MIGRATION_USER: require('./constants').MIGRATION_USER
}
};