chore(ee): revert review-workflows bootstrap stage

This commit is contained in:
Jamie Howard 2023-03-16 12:02:07 +00:00
parent 7e4cea8a24
commit 1ae35507fe

View File

@ -20,10 +20,6 @@ module.exports = async () => {
await actionProvider.registerMany(actions.auditLogs);
}
if (features.isEnabled('review-workflows')) {
await reserveTablesWithPrefix('strapi_workflows');
}
await getService('seat-enforcement').seatEnforcementWorkflow();
await executeCEBootstrap();