8 lines
146 B
JavaScript
Raw Normal View History

'use strict';
const draftAndPublish = require('./draft-publish');
module.exports = () => {
strapi.db.migrations.register(draftAndPublish);
};