mirror of
https://github.com/strapi/strapi.git
synced 2025-08-06 15:53:11 +00:00
8 lines
146 B
JavaScript
8 lines
146 B
JavaScript
'use strict';
|
|
|
|
const draftAndPublish = require('./draft-publish');
|
|
|
|
module.exports = () => {
|
|
strapi.db.migrations.register(draftAndPublish);
|
|
};
|