Seed morph metadata (#14149)
in thie PR we create the tooling to allow the relation and morph relation creation during the seed process. We use the ObjectMetadataMaps in order to fasten the process Fixes https://github.com/twentyhq/core-team-issues/issues/1179
This commit is contained in:
+4
@@ -66,6 +66,10 @@ export class DevSeederService {
|
||||
workspaceId,
|
||||
});
|
||||
|
||||
await this.devSeederMetadataService.seedRelations({
|
||||
workspaceId,
|
||||
});
|
||||
|
||||
await this.devSeederPermissionsService.initPermissions(workspaceId);
|
||||
|
||||
await this.devSeederDataService.seed({
|
||||
|
||||
Reference in New Issue
Block a user