Remove Metadata SoftDelete and page limit size (#2237)

* Remove Metadata SoftDelete and page limit size

* add cascade deletion

* add missing queryRunner release
This commit is contained in:
Weiko
2023-10-26 17:32:27 +02:00
committed by GitHub
parent b30233d582
commit c04e866de3
7 changed files with 108 additions and 16 deletions

View File

@ -42,6 +42,8 @@ export class DataSourceService implements OnModuleInit, OnModuleDestroy {
await queryRunner.createSchema(schemaName, true);
await queryRunner.release();
return schemaName;
}