0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data/migration/index.js
Katharina Irrgang 748c664b78 feature: maintenance mode (#7019)
closes #6976
- add maintenance mode when running migrations
- refactor update/populate migrations
2016-07-15 17:22:41 +01:00

4 lines
162 B
JavaScript

exports.update = require('./update');
exports.populate = require('./populate');
exports.reset = require('./reset');
exports.backupDatabase = require('./backup');