From abba6b4750d753fdee016139c39d29c16267176c Mon Sep 17 00:00:00 2001 From: Gustav Hansen Date: Wed, 12 Apr 2023 15:49:57 +0200 Subject: [PATCH] Chore: Remove legacy uid attribute of workflows --- packages/core/admin/ee/server/content-types/workflow/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/core/admin/ee/server/content-types/workflow/index.js b/packages/core/admin/ee/server/content-types/workflow/index.js index f446211615..d80fbc0938 100644 --- a/packages/core/admin/ee/server/content-types/workflow/index.js +++ b/packages/core/admin/ee/server/content-types/workflow/index.js @@ -20,9 +20,6 @@ module.exports = { }, }, attributes: { - uid: { - type: 'string', - }, stages: { type: 'relation', target: 'admin::workflow-stage',