Rename standard and custom apps (#19631)

as title
no migration for existing apps, changes only apply on new workspaces
This commit is contained in:
martmull
2026-04-13 15:13:59 +02:00
committed by GitHub
parent 8bf9b12ace
commit bf5cc68f25
7 changed files with 10 additions and 13 deletions
@@ -226,7 +226,6 @@ export class DevSeederService {
{
workspaceId,
applicationId: workspaceCustomApplicationId,
workspaceDisplayName: createWorkspaceStaticInput.displayName,
},
queryRunner,
);
@@ -3,10 +3,10 @@ import { type ApplicationEntity } from 'src/engine/core-modules/application/appl
export const TWENTY_STANDARD_APPLICATION = {
universalIdentifier: '20202020-64aa-4b6f-b003-9c74b97cee20',
name: 'Twenty Standard',
name: 'Standard',
description:
'Twenty is an open-source CRM that allows you to manage your sales and customer relationships',
version: '1.0.0',
version: '1.0.1',
sourcePath: 'cli-sync',
sourceType: ApplicationRegistrationSourceType.LOCAL,
} as const satisfies Pick<