Remove Tenant columns anonymisation (#2404)
* Remove Tenant columns anonymisation * add tests * use _ instead of custom_ * put _ on all custom fields
This commit is contained in:
@ -30,7 +30,7 @@ export class BeforeCreateOneObject<T extends ObjectMetadata>
|
||||
);
|
||||
|
||||
instance.input.dataSourceId = lastDataSourceMetadata.id;
|
||||
instance.input.targetTableName = instance.input.namePlural;
|
||||
instance.input.targetTableName = `_${instance.input.namePlural}`;
|
||||
instance.input.workspaceId = workspaceId;
|
||||
instance.input.isActive = true;
|
||||
instance.input.isCustom = true;
|
||||
|
||||
Reference in New Issue
Block a user