mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +00:00
chore(ee): revert review-workflows bootstrap stage
This commit is contained in:
parent
7e4cea8a24
commit
1ae35507fe
4
packages/core/admin/ee/server/bootstrap.js
vendored
4
packages/core/admin/ee/server/bootstrap.js
vendored
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user