Deprecate legacy core datasource token (#14096)
This commit is contained in:
@@ -36,7 +36,7 @@ import { WorkflowModule } from 'src/modules/workflow/workflow.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
TypeOrmModule.forFeature([Workspace, BillingSubscription], 'core'),
|
||||
TypeOrmModule.forFeature([Workspace, BillingSubscription]),
|
||||
DataSourceModule,
|
||||
ObjectMetadataModule,
|
||||
TypeORMModule,
|
||||
|
||||
Reference in New Issue
Block a user