Add is system flag to object metadata (#2481)
* Add isSystem flag to objectMetadata * squash migrations and add dataSource->objects FK * fix missing datasource enum type
This commit is contained in:
@ -56,6 +56,7 @@ export class ObjectMetadataService extends TypeOrmQueryService<ObjectMetadataEnt
|
||||
targetTableName: `_${record.nameSingular}`,
|
||||
isActive: true,
|
||||
isCustom: true,
|
||||
isSystem: false,
|
||||
});
|
||||
|
||||
await this.tenantMigrationService.createCustomMigration(
|
||||
|
||||
Reference in New Issue
Block a user