mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 08:16:35 +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);
|
||
|
};
|